Searched refs:eth_gro_receive (Results 1 – 3 of 3) sorted by relevance
430 struct sk_buff *eth_gro_receive(struct list_head *head, struct sk_buff *skb) in eth_gro_receive() function482 EXPORT_SYMBOL(eth_gro_receive);509 .gro_receive = eth_gro_receive,
62 struct sk_buff *eth_gro_receive(struct list_head *head, struct sk_buff *skb);
623 pp = call_gro_receive(eth_gro_receive, head, skb); in vxlan_gro_receive()