Searched refs:tipc_dest_push (Results 1 – 4 of 4) sorted by relevance
/Linux-v4.19/net/tipc/ |
D | name_table.h | 141 bool tipc_dest_push(struct list_head *l, u32 node, u32 port);
|
D | name_table.c | 500 tipc_dest_push(dsts, p->node, p->port); in tipc_nametbl_lookup() 537 tipc_dest_push(dports, 0, p->port); in tipc_nametbl_mc_lookup() 992 bool tipc_dest_push(struct list_head *l, u32 node, u32 port) in tipc_dest_push() function
|
D | bcast.c | 561 else if (tipc_dest_push(&nl->list, node, 0)) in tipc_nlist_add()
|
D | socket.c | 851 tipc_dest_push(&tsk->cong_links, dnode, 0); in tipc_send_group_msg() 1377 tipc_dest_push(clinks, dnode, 0); in __tipc_sendmsg()
|