Searched refs:tcp4_gro_receive (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/net/ipv4/ |
H A D | tcp_offload.c | 309 struct sk_buff *tcp4_gro_receive(struct list_head *head, struct sk_buff *skb) in tcp4_gro_receive() function 340 .gro_receive = tcp4_gro_receive,
|
H A D | af_inet.c | 1563 pp = indirect_call_gro_receive(tcp4_gro_receive, udp4_gro_receive, in inet_gro_receive()
|
/kernel/linux/linux-6.6/net/ipv4/ |
H A D | tcp_offload.c | 318 struct sk_buff *tcp4_gro_receive(struct list_head *head, struct sk_buff *skb) in tcp4_gro_receive() function 350 .gro_receive = tcp4_gro_receive,
|
H A D | af_inet.c | 1581 pp = indirect_call_gro_receive(tcp4_gro_receive, udp4_gro_receive, in inet_gro_receive()
|
/kernel/linux/linux-5.10/include/net/ |
H A D | tcp.h | 1993 INDIRECT_CALLABLE_DECLARE(struct sk_buff *tcp4_gro_receive(struct list_head *head, struct sk_buff *skb));
|
/kernel/linux/linux-6.6/include/net/ |
H A D | tcp.h | 2087 INDIRECT_CALLABLE_DECLARE(struct sk_buff *tcp4_gro_receive(struct list_head *head, struct sk_buff *skb));
|
Completed in 18 milliseconds