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