Lines Matching refs:scope
121 u32 scope, u32 node, u32 port_ref, in publ_create() argument
133 publ->scope = scope; in publ_create()
235 u32 upper, u32 scope, in tipc_nameseq_insert_publ() argument
314 publ = publ_create(type, lower, upper, scope, node, port, key); in tipc_nameseq_insert_publ()
461 u32 lower, u32 upper, u32 scope, in tipc_nametbl_insert_publ() argument
469 if ((scope < TIPC_ZONE_SCOPE) || (scope > TIPC_NODE_SCOPE) || in tipc_nametbl_insert_publ()
472 type, lower, upper, scope); in tipc_nametbl_insert_publ()
483 scope, node, port, key); in tipc_nametbl_insert_publ()
637 if (publ->scope <= limit) in tipc_nametbl_mc_translate()
654 u32 upper, u32 scope, u32 port_ref, in tipc_nametbl_publish() argument
669 publ = tipc_nametbl_insert_publ(net, type, lower, upper, scope, in tipc_nametbl_publish()
885 if (nla_put_u32(msg->skb, TIPC_NLA_PUBL_SCOPE, p->scope)) in __tipc_nl_add_nametable_publ()