Home
last modified time | relevance | path

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

/Linux-v4.19/include/net/
Dinet_common.h46 struct sk_buff *inet_gro_receive(struct list_head *head, struct sk_buff *skb);
/Linux-v4.19/net/ipv4/
Daf_inet.c1388 struct sk_buff *inet_gro_receive(struct list_head *head, struct sk_buff *skb) in inet_gro_receive() function
1507 EXPORT_SYMBOL(inet_gro_receive);
1519 return inet_gro_receive(head, skb); in ipip_gro_receive()
1848 .gro_receive = inet_gro_receive,
/Linux-v4.19/net/ipv6/
Dip6_offload.c294 return inet_gro_receive(head, skb); in ip4ip6_gro_receive()