Lines Matching refs:scope
58 * @all_publ: all publications identical to this one, whatever node and scope
223 u32 scope, u32 node, u32 port,
234 publ->scope = scope;
320 u32 upper, u32 scope,
342 p = tipc_publ_create(type, lower, upper, scope, node, port, key);
354 p->port, p->node, p->scope, first);
439 p->scope, true);
460 u32 scope, u32 node,
467 if (scope > TIPC_NODE_SCOPE || lower > upper) {
468 pr_debug("Failed to bind illegal {%u,%u,%u} with scope %u\n",
469 type, lower, upper, scope);
480 scope, node, port, key);
510 p->port, node, p->scope, last);
601 bool tipc_nametbl_lookup(struct net *net, u32 type, u32 instance, u32 scope,
624 if (p->scope != scope)
643 u32 scope, bool exact, struct list_head *dports)
657 if (p->scope == scope || (!exact && p->scope < scope))
696 u32 type, u32 scope)
712 if (p->scope != scope)
725 u32 upper, u32 scope, u32 port,
741 p = tipc_nametbl_insert_publ(net, type, lower, upper, scope,
965 if (nla_put_u32(msg->skb, TIPC_NLA_PUBL_SCOPE, p->scope))