Searched refs:inet_gro_receive (Results 1 – 3 of 3) sorted by relevance
46 struct sk_buff *inet_gro_receive(struct list_head *head, struct sk_buff *skb);
1388 struct sk_buff *inet_gro_receive(struct list_head *head, struct sk_buff *skb) in inet_gro_receive() function1507 EXPORT_SYMBOL(inet_gro_receive);1519 return inet_gro_receive(head, skb); in ipip_gro_receive()1848 .gro_receive = inet_gro_receive,
294 return inet_gro_receive(head, skb); in ip4ip6_gro_receive()