Searched refs:tipc_dest_push (Results 1 – 4 of 4) sorted by relevance
/net/tipc/ |
D | name_table.h | 142 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() 994 bool tipc_dest_push(struct list_head *l, u32 node, u32 port) in tipc_dest_push() function
|
D | bcast.c | 729 else if (tipc_dest_push(&nl->list, node, 0)) in tipc_nlist_add()
|
D | socket.c | 865 tipc_dest_push(&tsk->cong_links, dnode, 0); in tipc_send_group_msg() 1407 tipc_dest_push(clinks, dnode, 0); in __tipc_sendmsg() 2706 tipc_dest_push(&tsk->cong_links, pnode, 0); in tipc_sk_timeout()
|