Searched refs:tcp6_gro_receive (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/net/ipv6/ |
H A D | tcpv6_offload.c | 16 struct sk_buff *tcp6_gro_receive(struct list_head *head, struct sk_buff *skb) in tcp6_gro_receive() function 70 .gro_receive = tcp6_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 | tcpv6_offload.c | 17 struct sk_buff *tcp6_gro_receive(struct list_head *head, struct sk_buff *skb) in tcp6_gro_receive() function 72 .gro_receive = tcp6_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 | tcp.h | 1995 INDIRECT_CALLABLE_DECLARE(struct sk_buff *tcp6_gro_receive(struct list_head *head, struct sk_buff *skb));
|
/kernel/linux/linux-6.6/include/net/ |
H A D | tcp.h | 2089 INDIRECT_CALLABLE_DECLARE(struct sk_buff *tcp6_gro_receive(struct list_head *head, struct sk_buff *skb));
|
Completed in 10 milliseconds