Searched refs:TIPC_NODE_SCOPE (Results 1 – 8 of 8) sorted by relevance
117 return node ? TIPC_NODE_SCOPE : TIPC_CLUSTER_SCOPE; in tipc_node2scope()122 return sc != TIPC_NODE_SCOPE ? 0 : tipc_own_addr(net); in tipc_scope2node()
97 if (filter & TIPC_SUB_CLUSTER_SCOPE && p->scope == TIPC_NODE_SCOPE) in tipc_sub_report_overlap()99 if (filter & TIPC_SUB_NODE_SCOPE && p->scope != TIPC_NODE_SCOPE) in tipc_sub_report_overlap()
94 if (p->scope == TIPC_NODE_SCOPE) { in tipc_named_publish()127 if (p->scope == TIPC_NODE_SCOPE) in tipc_named_withdraw()
168 bool global = mreq->scope != TIPC_NODE_SCOPE; in tipc_group_create()753 if (grp->scope == TIPC_NODE_SCOPE && node != tipc_own_addr(grp->net)) in tipc_group_proto_rcv()941 if (grp->scope == TIPC_NODE_SCOPE) in tipc_group_fill_sock_diag()
540 saddr.scope = TIPC_NODE_SCOPE; in tipc_topsrv_create_listener()
692 if (ua->scope != TIPC_NODE_SCOPE) in __tipc_bind()3077 if (mreq->scope > TIPC_NODE_SCOPE) in tipc_sk_join()3079 if (mreq->scope != TIPC_NODE_SCOPE) in tipc_sk_join()3338 tsk1->peer.scope = TIPC_NODE_SCOPE; in tipc_socketpair()3343 tsk2->peer.scope = TIPC_NODE_SCOPE; in tipc_socketpair()
411 tipc_uaddr(&ua, TIPC_SERVICE_RANGE, TIPC_NODE_SCOPE, in tipc_node_write_unlock()
78 TIPC_NODE_SCOPE = 3 enumerator