Searched refs:udp_dump (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/net/ipv4/ |
H A D | udp_diag.c | 91 static void udp_dump(struct udp_table *table, struct sk_buff *skb, in udp_dump() function 152 udp_dump(&udp_table, skb, cb, r); in udp_diag_dump() 255 udp_dump(&udplite_table, skb, cb, r); in udplite_diag_dump()
|
/kernel/linux/linux-6.6/net/ipv4/ |
H A D | udp_diag.c | 89 static void udp_dump(struct udp_table *table, struct sk_buff *skb, in udp_dump() function 150 udp_dump(sock_net(cb->skb->sk)->ipv4.udp_table, skb, cb, r); in udp_diag_dump() 253 udp_dump(&udplite_table, skb, cb, r); in udplite_diag_dump()
|
Completed in 2 milliseconds