Searched refs:tipc_dest_push (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/net/tipc/ |
H A D | name_table.h | 151 bool tipc_dest_push(struct list_head *l, u32 node, u32 port);
|
H A D | name_table.c | 628 tipc_dest_push(dsts, p->node, p->port); in tipc_nametbl_lookup() 658 tipc_dest_push(dports, 0, p->port); in tipc_nametbl_mc_lookup() 1113 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 | 912 tipc_dest_push(&tsk->cong_links, dnode, 0); in tipc_send_group_msg() 1508 tipc_dest_push(clinks, dnode, 0); in __tipc_sendmsg() 2889 tipc_dest_push(&tsk->cong_links, pnode, 0); in tipc_sk_timeout()
|
/kernel/linux/linux-6.6/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 | 935 tipc_dest_push(&tsk->cong_links, dnode, 0); in tipc_send_group_msg() 1518 tipc_dest_push(clinks, skaddr.node, 0); in __tipc_sendmsg() 2900 tipc_dest_push(&tsk->cong_links, pnode, 0); in tipc_sk_timeout()
|
Completed in 20 milliseconds