Searched refs:tipc_dest_pop (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/net/tipc/ |
H A D | name_table.h | 152 bool tipc_dest_pop(struct list_head *l, u32 *node, u32 *port);
|
H A D | socket.c | 1014 tipc_dest_pop(&dsts, &node, &port); in tipc_send_group_anycast() 1163 tipc_dest_pop(&dsts, &dest->addr.id.node, &dest->addr.id.ref); in tipc_send_group_mcast() 1236 while (tipc_dest_pop(&dports, NULL, &portid)) { in tipc_sk_mcast_rcv()
|
H A D | name_table.c | 1129 bool tipc_dest_pop(struct list_head *l, u32 *node, u32 *port) in tipc_dest_pop() function
|
/kernel/linux/linux-6.6/net/tipc/ |
H A D | name_table.h | 151 bool tipc_dest_pop(struct list_head *l, u32 *node, u32 *port);
|
H A D | socket.c | 1034 tipc_dest_pop(&dsts, &node, &port); in tipc_send_group_anycast() 1179 tipc_dest_pop(&dsts, &ua->sk.node, &ua->sk.ref); in tipc_send_group_mcast() 1249 while (tipc_dest_pop(&dports, NULL, &portid)) { in tipc_sk_mcast_rcv()
|
H A D | name_table.c | 1168 bool tipc_dest_pop(struct list_head *l, u32 *node, u32 *port) in tipc_dest_pop() function
|
Completed in 14 milliseconds