Home
last modified time | relevance | path

Searched refs:tipc_dest_find (Results 1 – 3 of 3) sorted by relevance

/Linux-v4.19/net/tipc/
Dname_table.h140 struct tipc_dest *tipc_dest_find(struct list_head *l, u32 node, u32 port);
Dname_table.c981 struct tipc_dest *tipc_dest_find(struct list_head *l, u32 node, u32 port) in tipc_dest_find() function
996 if (tipc_dest_find(l, node, port)) in tipc_dest_push()
1028 dst = tipc_dest_find(l, node, port); in tipc_dest_del()
Dsocket.c894 !tipc_dest_find(&tsk->cong_links, node, 0) && in tipc_send_group_unicast()
966 if (likely(!cong && !tipc_dest_find(cong_links, node, 0))) in tipc_send_group_anycast()
971 !tipc_dest_find(cong_links, node, 0) && in tipc_send_group_anycast()
1365 !tipc_dest_find(clinks, dnode, 0)); in __tipc_sendmsg()