Searched refs:eth_gro_complete (Results 1 – 4 of 4) sorted by relevance
444 int eth_gro_complete(struct sk_buff *skb, int nhoff) in eth_gro_complete() function462 EXPORT_SYMBOL(eth_gro_complete);469 .gro_complete = eth_gro_complete,
67 int eth_gro_complete(struct sk_buff *skb, int nhoff);
572 return eth_gro_complete(skb, nhoff + gh_len); in geneve_gro_complete()
774 return eth_gro_complete(skb, nhoff + sizeof(struct vxlanhdr)); in vxlan_gro_complete()
Completed in 154 milliseconds