Searched refs:eth_gro_complete (Results 1 – 3 of 3) sorted by relevance
484 int eth_gro_complete(struct sk_buff *skb, int nhoff) in eth_gro_complete() function503 EXPORT_SYMBOL(eth_gro_complete);510 .gro_complete = eth_gro_complete,
63 int eth_gro_complete(struct sk_buff *skb, int nhoff);
637 return eth_gro_complete(skb, nhoff + sizeof(struct vxlanhdr)); in vxlan_gro_complete()