Searched refs:eth_gro_receive (Results 1 – 3 of 3) sorted by relevance
448 struct sk_buff *eth_gro_receive(struct list_head *head, struct sk_buff *skb) in eth_gro_receive() function500 EXPORT_SYMBOL(eth_gro_receive);527 .gro_receive = eth_gro_receive,
59 struct sk_buff *eth_gro_receive(struct list_head *head, struct sk_buff *skb);
779 pp = call_gro_receive(eth_gro_receive, head, skb); in vxlan_gro_receive()