Searched refs:ipv6_gro_complete (Results 1 – 5 of 5) sorted by relevance
/openbmc/linux/net/ipv6/ |
H A D | ip6_offload.c | 353 INDIRECT_CALLABLE_SCOPE int ipv6_gro_complete(struct sk_buff *skb, int nhoff) in ipv6_gro_complete() function 409 return ipv6_gro_complete(skb, nhoff); in sit_gro_complete() 416 return ipv6_gro_complete(skb, nhoff); in ip6ip6_gro_complete() 431 .gro_complete = ipv6_gro_complete,
|
/openbmc/linux/net/ethernet/ |
H A D | eth.c | 459 ipv6_gro_complete, inet_gro_complete, in eth_gro_complete()
|
/openbmc/linux/include/net/ |
H A D | gro.h | 397 INDIRECT_CALLABLE_DECLARE(int ipv6_gro_complete(struct sk_buff *, int));
|
/openbmc/linux/net/8021q/ |
H A D | vlan_core.c | 525 ipv6_gro_complete, inet_gro_complete, in vlan_gro_complete()
|
/openbmc/linux/net/core/ |
H A D | gro.c | 252 ipv6_gro_complete, inet_gro_complete, in napi_gro_complete()
|