Searched refs:tipc_dest_find (Results 1 – 3 of 3) sorted by relevance
/Linux-v6.1/net/tipc/ |
D | name_table.h | 149 struct tipc_dest *tipc_dest_find(struct list_head *l, u32 node, u32 port);
|
D | name_table.c | 1141 struct tipc_dest *tipc_dest_find(struct list_head *l, u32 node, u32 port) in tipc_dest_find() function 1156 if (tipc_dest_find(l, node, port)) in tipc_dest_push() 1188 dst = tipc_dest_find(l, node, port); in tipc_dest_del()
|
D | socket.c | 976 !tipc_dest_find(&tsk->cong_links, node, 0) && in tipc_send_group_unicast() 1048 if (likely(!cong && !tipc_dest_find(cong_links, node, 0))) in tipc_send_group_anycast() 1053 !tipc_dest_find(cong_links, node, 0) && in tipc_send_group_anycast() 1483 !tipc_dest_find(clinks, skaddr.node, 0)); in __tipc_sendmsg()
|