Searched refs:tipc_dest_find (Results 1 – 3 of 3) sorted by relevance
/net/tipc/ |
D | name_table.h | 141 struct tipc_dest *tipc_dest_find(struct list_head *l, u32 node, u32 port);
|
D | name_table.c | 983 struct tipc_dest *tipc_dest_find(struct list_head *l, u32 node, u32 port) in tipc_dest_find() function 998 if (tipc_dest_find(l, node, port)) in tipc_dest_push() 1030 dst = tipc_dest_find(l, node, port); in tipc_dest_del()
|
D | socket.c | 907 !tipc_dest_find(&tsk->cong_links, node, 0) && in tipc_send_group_unicast() 982 if (likely(!cong && !tipc_dest_find(cong_links, node, 0))) in tipc_send_group_anycast() 987 !tipc_dest_find(cong_links, node, 0) && in tipc_send_group_anycast() 1374 !tipc_dest_find(clinks, dnode, 0)); in __tipc_sendmsg()
|