Home
last modified time | relevance | path

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

/Linux-v4.19/net/tipc/
Daddr.h72 return node ? TIPC_NODE_SCOPE : TIPC_CLUSTER_SCOPE; in tipc_node2scope()
Dnet.c131 TIPC_CLUSTER_SCOPE, 0, addr); in tipc_net_finalize()
Dname_distr.c273 TIPC_CLUSTER_SCOPE, node, in tipc_update_nametbl()
Dsocket.c793 msg_set_lookup_scope(hdr, TIPC_CLUSTER_SCOPE); in tipc_sendmcast()
1160 scope = TIPC_CLUSTER_SCOPE; in tipc_sk_mcast_rcv()
2609 scope = TIPC_CLUSTER_SCOPE; in tipc_sk_publish()
2637 scope = TIPC_CLUSTER_SCOPE; in tipc_sk_withdraw()
Dgroup.c934 if (grp->scope == TIPC_CLUSTER_SCOPE) in tipc_group_fill_sock_diag()
/Linux-v4.19/include/uapi/linux/
Dtipc.h77 TIPC_CLUSTER_SCOPE = 2, /* 0 can also be used */ enumerator