Home
last modified time | relevance | path

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

/Linux-v6.1/net/tipc/
Dname_table.h149 struct tipc_dest *tipc_dest_find(struct list_head *l, u32 node, u32 port);
Dname_table.c1141 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()
Dsocket.c976 !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()