Searched refs:__udp6_lib_rcv (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/net/ipv6/ |
H A D | udp_impl.h | 11 int __udp6_lib_rcv(struct sk_buff *, struct udp_table *, int);
|
H A D | udplite.c | 24 return __udp6_lib_rcv(skb, &udplite_table, IPPROTO_UDPLITE); in udplitev6_rcv()
|
H A D | udp.c | 917 int __udp6_lib_rcv(struct sk_buff *skb, struct udp_table *udptable, in __udp6_lib_rcv() function 1095 return __udp6_lib_rcv(skb, &udp_table, IPPROTO_UDP); in udpv6_rcv()
|
/kernel/linux/linux-6.6/net/ipv6/ |
H A D | udp_impl.h | 11 int __udp6_lib_rcv(struct sk_buff *, struct udp_table *, int);
|
H A D | udplite.c | 27 return __udp6_lib_rcv(skb, &udplite_table, IPPROTO_UDPLITE); in udplitev6_rcv()
|
H A D | udp.c | 929 int __udp6_lib_rcv(struct sk_buff *skb, struct udp_table *udptable, in __udp6_lib_rcv() function 1124 return __udp6_lib_rcv(skb, dev_net(skb->dev)->ipv4.udp_table, IPPROTO_UDP); in udpv6_rcv()
|
Completed in 6 milliseconds