Home
last modified time | relevance | path

Searched refs:eth_gro_receive (Results 1 – 3 of 3) sorted by relevance

/linux-4.1.27/net/ethernet/
Deth.c394 struct sk_buff **eth_gro_receive(struct sk_buff **head, in eth_gro_receive() function
446 EXPORT_SYMBOL(eth_gro_receive);
472 .gro_receive = eth_gro_receive,
/linux-4.1.27/include/linux/
Detherdevice.h54 struct sk_buff **eth_gro_receive(struct sk_buff **head,
/linux-4.1.27/drivers/net/
Dvxlan.c638 pp = eth_gro_receive(head, skb); in vxlan_gro_receive()