Searched refs:udp6_gro_complete (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/net/ipv6/ |
H A D | udp_offload.c | 161 INDIRECT_CALLABLE_SCOPE int udp6_gro_complete(struct sk_buff *skb, int nhoff) in udp6_gro_complete() function 194 .gro_complete = udp6_gro_complete,
|
H A D | ip6_offload.c | 342 udp6_gro_complete, skb, nhoff); in ipv6_gro_complete()
|
/kernel/linux/linux-6.6/net/ipv6/ |
H A D | udp_offload.c | 165 INDIRECT_CALLABLE_SCOPE int udp6_gro_complete(struct sk_buff *skb, int nhoff) in udp6_gro_complete() function 199 .gro_complete = udp6_gro_complete,
|
H A D | ip6_offload.c | 367 udp6_gro_complete, skb, nhoff); in ipv6_gro_complete()
|
/kernel/linux/linux-5.10/include/net/ |
H A D | udp.h | 175 INDIRECT_CALLABLE_DECLARE(int udp6_gro_complete(struct sk_buff *, int));
|
/kernel/linux/linux-6.6/include/net/ |
H A D | gro.h | 399 INDIRECT_CALLABLE_DECLARE(int udp6_gro_complete(struct sk_buff *, int));
|
Completed in 5 milliseconds