Searched refs:inet_gro_complete (Results 1 – 7 of 7) sorted by relevance
| /linux-6.15/include/net/ |
| H A D | inet_common.h | 67 int inet_gro_complete(struct sk_buff *skb, int nhoff);
|
| H A D | gro.h | 405 INDIRECT_CALLABLE_DECLARE(int inet_gro_complete(struct sk_buff *, int));
|
| /linux-6.15/net/ethernet/ |
| H A D | eth.c | 457 ipv6_gro_complete, inet_gro_complete, in eth_gro_complete()
|
| /linux-6.15/net/ipv6/ |
| H A D | ip6_offload.c | 408 return inet_gro_complete(skb, nhoff); in ip4ip6_gro_complete()
|
| /linux-6.15/net/ipv4/ |
| H A D | af_inet.c | 1593 int inet_gro_complete(struct sk_buff *skb, int nhoff) in inet_gro_complete() function 1629 return inet_gro_complete(skb, nhoff); in ipip_gro_complete() 1875 .gro_complete = inet_gro_complete, in ipv4_offload_init()
|
| /linux-6.15/net/8021q/ |
| H A D | vlan_core.c | 525 ipv6_gro_complete, inet_gro_complete, in vlan_gro_complete()
|
| /linux-6.15/net/core/ |
| H A D | gro.c | 273 ipv6_gro_complete, inet_gro_complete, in gro_complete()
|