Home
last modified time | relevance | path

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

/linux-4.4.14/net/ethernet/
Deth.c396 struct sk_buff **eth_gro_receive(struct sk_buff **head, in eth_gro_receive() function
448 EXPORT_SYMBOL(eth_gro_receive);
475 .gro_receive = eth_gro_receive,
/linux-4.4.14/include/linux/
Detherdevice.h54 struct sk_buff **eth_gro_receive(struct sk_buff **head,
/linux-4.4.14/drivers/net/
Dvxlan.c596 pp = eth_gro_receive(head, skb); in vxlan_gro_receive()