Home
last modified time | relevance | path

Searched refs:cluster_scope (Results 1 – 3 of 3) sorted by relevance

/linux/net/tipc/
H A Dname_distr.c99 list_add_tail(&p->binding_node, &nt->cluster_scope); in tipc_named_publish()
221 named_distribute(net, &head, dnode, &nt->cluster_scope, seqno); in tipc_named_node_up()
407 list_for_each_entry_rcu(p, &nt->cluster_scope, binding_node) in tipc_named_reinit()
H A Dname_table.h67 * - Local/cluster scope publications: in name_table->cluster_scope list
97 * @cluster_scope: all local publications with cluster scope
100 * @cluster_scope_lock: lock for accessing @cluster_scope
109 struct list_head cluster_scope; member
H A Dname_table.c899 INIT_LIST_HEAD(&nt->cluster_scope); in tipc_nametbl_init()