Searched refs:eth_gro_complete (Results 1 – 3 of 3) sorted by relevance
463 int eth_gro_complete(struct sk_buff *skb, int nhoff) in eth_gro_complete() function482 EXPORT_SYMBOL(eth_gro_complete);489 .gro_complete = eth_gro_complete,
60 int eth_gro_complete(struct sk_buff *skb, int nhoff);
824 return eth_gro_complete(skb, nhoff + sizeof(struct vxlanhdr)); in vxlan_gro_complete()