Searched refs:__udp4_lib_rcv (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-6.6/net/ipv4/ |
H A D | udp_impl.h | 9 int __udp4_lib_rcv(struct sk_buff *, struct udp_table *, int);
|
H A D | udplite.c | 31 return __udp4_lib_rcv(skb, &udplite_table, IPPROTO_UDPLITE); in udplite_rcv()
|
H A D | udp.c | 2363 int __udp4_lib_rcv(struct sk_buff *skb, struct udp_table *udptable, in __udp4_lib_rcv() function 2607 return __udp4_lib_rcv(skb, dev_net(skb->dev)->ipv4.udp_table, IPPROTO_UDP); in udp_rcv()
|
/kernel/linux/linux-5.10/net/ipv4/ |
H A D | udp_impl.h | 9 int __udp4_lib_rcv(struct sk_buff *, struct udp_table *, int);
|
H A D | udplite.c | 30 return __udp4_lib_rcv(skb, &udplite_table, IPPROTO_UDPLITE); in udplite_rcv()
|
H A D | udp.c | 2368 int __udp4_lib_rcv(struct sk_buff *skb, struct udp_table *udptable, in __udp4_lib_rcv() function 2593 return __udp4_lib_rcv(skb, &udp_table, IPPROTO_UDP); in udp_rcv()
|
Completed in 18 milliseconds