Lines Matching defs:scope
668 * Name and name sequence binding are indicated using a positive scope value;
669 * a negative scope value unbinds the specified name. Specifying no name
690 if (ua->scope < 0) {
692 ua->scope = -ua->scope;
695 if (ua->scope != TIPC_NODE_SCOPE)
696 ua->scope = TIPC_CLUSTER_SCOPE;
768 addr->scope = 0;
1022 ua->scope = msg_lookup_scope(hdr);
1172 ua->scope = msg_lookup_scope(hdr);
1223 ua.scope = TIPC_ANY_SCOPE;
1225 ua.scope = TIPC_CLUSTER_SCOPE;
1238 /* Group messages require exact scope match */
1242 ua.scope = msg_lookup_scope(hdr);
1473 ua->scope = tipc_node2scope(skaddr.node);
1496 msg_set_lookup_scope(hdr, ua->scope);
1708 srcaddr->sock.scope = 0;
1720 srcaddr->member.scope = 0;
2940 tipc_uaddr(&_ua, TIPC_SERVICE_RANGE, p->scope,
2946 if (p->scope != ua->scope)
3083 if (mreq->scope > TIPC_NODE_SCOPE)
3085 if (mreq->scope != TIPC_NODE_SCOPE)
3086 mreq->scope = TIPC_CLUSTER_SCOPE;
3093 msg_set_lookup_scope(hdr, mreq->scope);
3096 tipc_uaddr(&ua, TIPC_SERVICE_RANGE, mreq->scope,
3117 int scope;
3122 tipc_group_self(grp, &ua.sr, &scope);
3123 ua.scope = scope;
3243 int len, scope;
3283 tipc_group_self(tsk->group, &seq, &scope);
3344 tsk1->peer.scope = TIPC_NODE_SCOPE;
3349 tsk2->peer.scope = TIPC_NODE_SCOPE;