Searched refs:tipc_dest_pop (Results 1 – 3 of 3) sorted by relevance
/Linux-v4.19/net/tipc/ |
D | name_table.h | 142 bool tipc_dest_pop(struct list_head *l, u32 *node, u32 *port);
|
D | socket.c | 952 tipc_dest_pop(&dsts, &node, &port); in tipc_send_group_anycast() 1098 tipc_dest_pop(&dsts, &dest->addr.id.node, &dest->addr.id.ref); in tipc_send_group_mcast() 1171 while (tipc_dest_pop(&dports, NULL, &portid)) { in tipc_sk_mcast_rcv()
|
D | name_table.c | 1008 bool tipc_dest_pop(struct list_head *l, u32 *node, u32 *port) in tipc_dest_pop() function
|