Searched refs:dports (Results 1 – 3 of 3) sorted by relevance
120 struct list_head *dports);
676 struct list_head *dports) in tipc_nametbl_lookup_mcast_sockets() argument692 tipc_dest_push(dports, 0, p->sk.ref); in tipc_nametbl_lookup_mcast_sockets()
1197 struct list_head dports; in tipc_sk_mcast_rcv() local1203 INIT_LIST_HEAD(&dports); in tipc_sk_mcast_rcv()1241 tipc_nametbl_lookup_mcast_sockets(net, &ua, &dports); in tipc_sk_mcast_rcv()1244 while (tipc_dest_pop(&dports, NULL, &portid)) { in tipc_sk_mcast_rcv()
Completed in 13 milliseconds