Searched refs:udp_dump_one (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/net/ipv4/ |
H A D | udp_diag.c | 28 static int udp_dump_one(struct udp_table *tbl, in udp_dump_one() function 158 return udp_dump_one(&udp_table, cb, req); in udp_diag_dump_one() 261 return udp_dump_one(&udplite_table, cb, req); in udplite_diag_dump_one()
|
/kernel/linux/linux-6.6/net/ipv4/ |
H A D | udp_diag.c | 28 static int udp_dump_one(struct udp_table *tbl, in udp_dump_one() function 156 return udp_dump_one(sock_net(cb->skb->sk)->ipv4.udp_table, cb, req); in udp_diag_dump_one() 259 return udp_dump_one(&udplite_table, cb, req); in udplite_diag_dump_one()
|
Completed in 1 milliseconds