Home
last modified time | relevance | path

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

/linux-6.6.21/net/ethernet/
Deth.c405 struct sk_buff *eth_gro_receive(struct list_head *head, struct sk_buff *skb) in eth_gro_receive() function
454 EXPORT_SYMBOL(eth_gro_receive);
480 .gro_receive = eth_gro_receive,
/linux-6.6.21/include/linux/
Detherdevice.h66 struct sk_buff *eth_gro_receive(struct list_head *head, struct sk_buff *skb);
/linux-6.6.21/drivers/net/
Dgeneve.c532 return call_gro_receive(eth_gro_receive, head, skb); in geneve_gro_receive()
/linux-6.6.21/drivers/net/vxlan/
Dvxlan_core.c737 pp = call_gro_receive(eth_gro_receive, head, skb); in vxlan_gro_receive()