Home
last modified time | relevance | path

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

/Linux-v4.19/net/tipc/
Dname_table.h110 u32 scope, bool exact, struct list_head *dports);
Dname_table.c515 u32 scope, bool exact, struct list_head *dports) in tipc_nametbl_mc_lookup() argument
537 tipc_dest_push(dports, 0, p->port); in tipc_nametbl_mc_lookup()
Dsocket.c1121 struct list_head dports; in tipc_sk_mcast_rcv() local
1127 INIT_LIST_HEAD(&dports); in tipc_sk_mcast_rcv()
1168 scope, exact, &dports); in tipc_sk_mcast_rcv()
1171 while (tipc_dest_pop(&dports, NULL, &portid)) { in tipc_sk_mcast_rcv()