tipc_dest_pop
bool tipc_dest_pop(struct list_head *l, u32 *node, u32 *port);
tipc_dest_pop(&dsts, &node, &port);
tipc_dest_pop(&dsts, &ua->sk.node, &ua->sk.ref);
while (tipc_dest_pop(&dports, NULL, &portid)) {