Searched refs:in_own_node (Results 1 - 8 of 8) sorted by relevance
/linux-4.1.27/net/tipc/ |
H A D | addr.c | 64 * in_own_node - test for node inclusion; <0.0.0> always matches 66 int in_own_node(struct net *net, u32 addr) in_own_node() function
|
H A D | addr.h | 61 int in_own_node(struct net *net, u32 addr);
|
H A D | name_distr.c | 97 if (in_own_node(net, dnode)) named_cluster_distribute() 234 if (in_own_node(net, addr)) tipc_publ_subscribe()
|
H A D | node.c | 173 if (in_own_node(net, dnode)) tipc_node_add_conn() 203 if (in_own_node(net, dnode)) tipc_node_remove_conn()
|
H A D | discover.c | 158 if (in_own_node(net, onode)) { tipc_disc_rcv()
|
H A D | name_table.c | 326 if (in_own_node(net, node)) { tipc_nameseq_insert_publ() 392 if (in_own_node(net, node)) { tipc_nameseq_remove_publ()
|
H A D | link.c | 818 if (likely(in_own_node(net, dnode))) { tipc_link_xmit()
|
H A D | socket.c | 735 if (in_own_node(net, msg_orignode(msg))) tipc_sk_mcast_rcv()
|
Completed in 126 milliseconds