Searched refs:inet_gro_complete (Results 1 – 7 of 7) sorted by relevance
| /linux/include/net/ |
| H A D | inet_common.h | 66 int inet_gro_complete(struct sk_buff *skb, int nhoff);
|
| H A D | gro.h | 402 INDIRECT_CALLABLE_DECLARE(int inet_gro_complete(struct sk_buff *, int));
|
| /linux/net/ethernet/ |
| H A D | eth.c | 454 ipv6_gro_complete, inet_gro_complete, in eth_gro_complete()
|
| /linux/net/ipv6/ |
| H A D | ip6_offload.c | 381 return inet_gro_complete(skb, nhoff); in ip4ip6_gro_complete()
|
| /linux/net/ipv4/ |
| H A D | af_inet.c | 1600 int inet_gro_complete(struct sk_buff *skb, int nhoff) in inet_gro_complete() function 1636 return inet_gro_complete(skb, nhoff); in ipip_gro_complete() 1881 .gro_complete = inet_gro_complete, in ipv4_offload_init()
|
| /linux/net/8021q/ |
| H A D | vlan_core.c | 525 ipv6_gro_complete, inet_gro_complete, in vlan_gro_complete()
|
| /linux/net/core/ |
| H A D | gro.c | 274 ipv6_gro_complete, inet_gro_complete, in gro_complete()
|