Searched refs:inet_gro_receive (Results 1 – 7 of 7) sorted by relevance
/linux-6.3-rc2/include/net/ |
A D | inet_common.h | 63 struct sk_buff *inet_gro_receive(struct list_head *head, struct sk_buff *skb);
|
A D | gro.h | 383 INDIRECT_CALLABLE_DECLARE(struct sk_buff *inet_gro_receive(struct list_head *,
|
/linux-6.3-rc2/net/ethernet/ |
A D | eth.c | 446 ipv6_gro_receive, inet_gro_receive, in eth_gro_receive()
|
/linux-6.3-rc2/net/ipv6/ |
A D | ip6_offload.c | 317 return inet_gro_receive(head, skb); in ip4ip6_gro_receive()
|
/linux-6.3-rc2/net/ipv4/ |
A D | af_inet.c | 1453 struct sk_buff *inet_gro_receive(struct list_head *head, struct sk_buff *skb) in inet_gro_receive() function 1578 return inet_gro_receive(head, skb); in ipip_gro_receive() 1888 .gro_receive = inet_gro_receive,
|
/linux-6.3-rc2/net/8021q/ |
A D | vlan_core.c | 497 ipv6_gro_receive, inet_gro_receive, in vlan_gro_receive()
|
/linux-6.3-rc2/net/core/ |
A D | gro.c | 537 ipv6_gro_receive, inet_gro_receive, in dev_gro_receive()
|
Completed in 12 milliseconds