Searched refs:in_own_node (Results 1 – 4 of 4) sorted by relevance
| /OK3568_Linux_fs/kernel/net/tipc/ |
| H A D | addr.h | 80 static inline int in_own_node(struct net *net, u32 addr) in in_own_node() function
|
| H A D | node.c | 646 if (in_own_node(net, addr)) in tipc_node_subscribe() 664 if (in_own_node(net, addr)) in tipc_node_unsubscribe() 684 if (in_own_node(net, dnode)) in tipc_node_add_conn() 714 if (in_own_node(net, dnode)) in tipc_node_remove_conn() 1082 if (in_own_node(net, addr)) in tipc_node_is_up() 1667 if (in_own_node(net, dnode)) { in tipc_node_xmit() 1775 if (in_own_node(net, dst)) in tipc_node_broadcast() 2229 if (in_own_node(net, addr)) in tipc_nl_peer_rm()
|
| H A D | discover.c | 241 if (in_own_node(net, src)) { in tipc_disc_rcv()
|
| H A D | name_table.c | 347 if (in_own_node(net, node)) in tipc_service_insert_publ()
|