Lines Matching refs:scope
93 u32 scope, u32 node, u32 port, in tipc_publ_create() argument
104 publ->scope = scope; in tipc_publ_create()
222 u32 upper, u32 scope, in tipc_service_insert_publ() argument
244 p = tipc_publ_create(type, lower, upper, scope, node, port, key); in tipc_service_insert_publ()
254 p->port, p->node, p->scope, first); in tipc_service_insert_publ()
316 p->node, p->scope, first); in tipc_service_subscribe()
338 u32 scope, u32 node, in tipc_nametbl_insert_publ() argument
345 if (scope > TIPC_NODE_SCOPE || lower > upper) { in tipc_nametbl_insert_publ()
347 type, lower, upper, scope); in tipc_nametbl_insert_publ()
358 scope, node, port, key); in tipc_nametbl_insert_publ()
388 p->port, node, p->scope, last); in tipc_nametbl_remove_publ()
474 bool tipc_nametbl_lookup(struct net *net, u32 type, u32 instance, u32 scope, in tipc_nametbl_lookup() argument
496 if (p->scope != scope) in tipc_nametbl_lookup()
515 u32 scope, bool exact, struct list_head *dports) in tipc_nametbl_mc_lookup() argument
536 if (p->scope == scope || (!exact && p->scope < scope)) in tipc_nametbl_mc_lookup()
582 u32 type, u32 scope) in tipc_nametbl_build_group() argument
598 if (p->scope != scope) in tipc_nametbl_build_group()
611 u32 upper, u32 scope, u32 port, in tipc_nametbl_publish() argument
626 p = tipc_nametbl_insert_publ(net, type, lower, upper, scope, in tipc_nametbl_publish()
846 if (nla_put_u32(msg->skb, TIPC_NLA_PUBL_SCOPE, p->scope)) in __tipc_nl_add_nametable_publ()