Home
last modified time | relevance | path

Searched refs:TIPC_CLUSTER_SCOPE (Results 1 – 6 of 6) sorted by relevance

/linux-6.1.9/net/tipc/
Daddr.h117 return node ? TIPC_NODE_SCOPE : TIPC_CLUSTER_SCOPE; in tipc_node2scope()
Dnet.c132 tipc_uaddr(&ua, TIPC_SERVICE_RANGE, TIPC_CLUSTER_SCOPE, in tipc_net_finalize()
Dname_distr.c287 tipc_uaddr(&ua, TIPC_SERVICE_RANGE, TIPC_CLUSTER_SCOPE, in tipc_update_nametbl()
Dsocket.c695 ua->scope = TIPC_CLUSTER_SCOPE; in __tipc_bind()
872 msg_set_lookup_scope(hdr, TIPC_CLUSTER_SCOPE); in tipc_sendmcast()
1224 ua.scope = TIPC_CLUSTER_SCOPE; in tipc_sk_mcast_rcv()
3081 mreq->scope = TIPC_CLUSTER_SCOPE; in tipc_sk_join()
Dgroup.c945 if (grp->scope == TIPC_CLUSTER_SCOPE) in tipc_group_fill_sock_diag()
/linux-6.1.9/include/uapi/linux/
Dtipc.h77 TIPC_CLUSTER_SCOPE = 2, /* 0 can also be used */ enumerator