Home
last modified time | relevance | path

Searched refs:TIPC_NODE_SCOPE (Results 1 – 8 of 8) sorted by relevance

/linux/net/tipc/
H A Daddr.h117 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()
H A Dsubscr.c97 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()
H A Dname_distr.c94 if (p->scope == TIPC_NODE_SCOPE) { in tipc_named_publish()
127 if (p->scope == TIPC_NODE_SCOPE) in tipc_named_withdraw()
H A Dgroup.c168 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()
H A Dtopsrv.c540 saddr.scope = TIPC_NODE_SCOPE; in tipc_topsrv_create_listener()
H A Dsocket.c692 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()
H A Dnode.c411 tipc_uaddr(&ua, TIPC_SERVICE_RANGE, TIPC_NODE_SCOPE, in tipc_node_write_unlock()
/linux/include/uapi/linux/
H A Dtipc.h78 TIPC_NODE_SCOPE = 3 enumerator