Lines Matching refs:scope
223 u32 scope, u32 node, u32 port, in tipc_publ_create() argument
234 publ->scope = scope; in tipc_publ_create()
320 u32 upper, u32 scope, in tipc_service_insert_publ() argument
342 p = tipc_publ_create(type, lower, upper, scope, node, port, key); in tipc_service_insert_publ()
354 p->port, p->node, p->scope, first); in tipc_service_insert_publ()
439 p->scope, true); in tipc_service_subscribe()
460 u32 scope, u32 node, in tipc_nametbl_insert_publ() argument
467 if (scope > TIPC_NODE_SCOPE || lower > upper) { in tipc_nametbl_insert_publ()
469 type, lower, upper, scope); in tipc_nametbl_insert_publ()
480 scope, node, port, key); in tipc_nametbl_insert_publ()
510 p->port, node, p->scope, last); in tipc_nametbl_remove_publ()
601 bool tipc_nametbl_lookup(struct net *net, u32 type, u32 instance, u32 scope, in tipc_nametbl_lookup() argument
624 if (p->scope != scope) in tipc_nametbl_lookup()
643 u32 scope, bool exact, struct list_head *dports) in tipc_nametbl_mc_lookup() argument
657 if (p->scope == scope || (!exact && p->scope < scope)) in tipc_nametbl_mc_lookup()
696 u32 type, u32 scope) in tipc_nametbl_build_group() argument
712 if (p->scope != scope) in tipc_nametbl_build_group()
725 u32 upper, u32 scope, u32 port, in tipc_nametbl_publish() argument
741 p = tipc_nametbl_insert_publ(net, type, lower, upper, scope, in tipc_nametbl_publish()
965 if (nla_put_u32(msg->skb, TIPC_NLA_PUBL_SCOPE, p->scope)) in __tipc_nl_add_nametable_publ()