Searched refs:tipc_dest_push (Results 1 – 4 of 4) sorted by relevance
/linux/net/tipc/ |
H A D | name_table.h | 150 bool tipc_dest_push(struct list_head *l, u32 node, u32 port);
|
H A 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
|
H A D | bcast.c | 742 else if (tipc_dest_push(&nl->list, node, 0)) in tipc_nlist_add()
|
H A D | socket.c | 932 tipc_dest_push(&tsk->cong_links, dnode, 0); in tipc_send_group_msg() 1513 tipc_dest_push(clinks, skaddr.node, 0); in __tipc_sendmsg() 2894 tipc_dest_push(&tsk->cong_links, pnode, 0); in tipc_sk_timeout()
|