Searched refs:tipc_dest_push (Results  1 – 4 of 4) sorted by relevance
| /Linux-v5.15/net/tipc/ | 
| D | name_table.h | 150 bool tipc_dest_push(struct list_head *l, u32 node, u32 port);
  | 
| D | name_table.c | 656 		tipc_dest_push(dsts, p->sk.node, p->sk.ref);  in tipc_nametbl_lookup_group() 692 				tipc_dest_push(dports, 0, p->sk.ref);  in tipc_nametbl_lookup_mcast_sockets() 1152 bool tipc_dest_push(struct list_head *l, u32 node, u32 port)  in tipc_dest_push()  function
  | 
| D | bcast.c | 742 	else if (tipc_dest_push(&nl->list, node, 0))  in tipc_nlist_add()
  | 
| D | socket.c | 933 		tipc_dest_push(&tsk->cong_links, dnode, 0);  in tipc_send_group_msg() 1514 		tipc_dest_push(clinks, skaddr.node, 0);  in __tipc_sendmsg() 2891 		tipc_dest_push(&tsk->cong_links, pnode, 0);  in tipc_sk_timeout()
  |