Home
last modified time | relevance | path

Searched refs:tipc_dest_pop (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/net/tipc/
H A Dname_table.h151 bool tipc_dest_pop(struct list_head *l, u32 *node, u32 *port);
H A Dname_table.c1168 bool tipc_dest_pop(struct list_head *l, u32 *node, u32 *port) in tipc_dest_pop() function
H A Dsocket.c1034 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()