Home
last modified time | relevance | path

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

/Linux-v5.10/include/net/
Dinet_common.h55 struct sk_buff *inet_gro_receive(struct list_head *head, struct sk_buff *skb);
/Linux-v5.10/net/ipv4/
Daf_inet.c1433 struct sk_buff *inet_gro_receive(struct list_head *head, struct sk_buff *skb) in inet_gro_receive() function
1553 EXPORT_SYMBOL(inet_gro_receive);
1565 return inet_gro_receive(head, skb); in ipip_gro_receive()
1896 .gro_receive = inet_gro_receive,
/Linux-v5.10/net/ipv6/
Dip6_offload.c317 return inet_gro_receive(head, skb); in ip4ip6_gro_receive()
/Linux-v5.10/net/core/
Ddev.c5903 INDIRECT_CALLABLE_DECLARE(struct sk_buff *inet_gro_receive(struct list_head *,
5957 ipv6_gro_receive, inet_gro_receive, in dev_gro_receive()