Searched refs:eth_gro_complete (Results 1 – 3 of 3) sorted by relevance
450 int eth_gro_complete(struct sk_buff *skb, int nhoff) in eth_gro_complete() function469 EXPORT_SYMBOL(eth_gro_complete);476 .gro_complete = eth_gro_complete,
56 int eth_gro_complete(struct sk_buff *skb, int nhoff);
610 return eth_gro_complete(skb, nhoff + sizeof(struct vxlanhdr)); in vxlan_gro_complete()