Searched refs:udp6_gro_receive (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/net/ipv6/ |
H A D | udp_offload.c | 125 struct sk_buff *udp6_gro_receive(struct list_head *head, struct sk_buff *skb) in udp6_gro_receive() function 193 .gro_receive = udp6_gro_receive,
|
H A D | ip6_offload.c | 280 pp = indirect_call_gro_receive_l4(tcp6_gro_receive, udp6_gro_receive, in ipv6_gro_receive()
|
/kernel/linux/linux-6.6/net/ipv6/ |
H A D | udp_offload.c | 131 struct sk_buff *udp6_gro_receive(struct list_head *head, struct sk_buff *skb) in udp6_gro_receive() function 198 .gro_receive = udp6_gro_receive,
|
H A D | ip6_offload.c | 282 pp = indirect_call_gro_receive_l4(tcp6_gro_receive, udp6_gro_receive, in ipv6_gro_receive()
|
/kernel/linux/linux-5.10/include/net/ |
H A D | udp.h | 173 INDIRECT_CALLABLE_DECLARE(struct sk_buff *udp6_gro_receive(struct list_head *,
|
/kernel/linux/linux-6.6/include/net/ |
H A D | gro.h | 397 INDIRECT_CALLABLE_DECLARE(struct sk_buff *udp6_gro_receive(struct list_head *,
|
Completed in 5 milliseconds