Home
last modified time | relevance | path

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

/Linux-v6.6/include/net/
Dinet_common.h66 struct sk_buff *inet_gro_receive(struct list_head *head, struct sk_buff *skb);
Dgro.h389 INDIRECT_CALLABLE_DECLARE(struct sk_buff *inet_gro_receive(struct list_head *,
/Linux-v6.6/net/ethernet/
Deth.c446 ipv6_gro_receive, inet_gro_receive, in eth_gro_receive()
/Linux-v6.6/net/ipv6/
Dip6_offload.c318 return inet_gro_receive(head, skb); in ip4ip6_gro_receive()
/Linux-v6.6/net/ipv4/
Daf_inet.c1471 struct sk_buff *inet_gro_receive(struct list_head *head, struct sk_buff *skb) in inet_gro_receive() function
1596 return inet_gro_receive(head, skb); in ipip_gro_receive()
1906 .gro_receive = inet_gro_receive,
/Linux-v6.6/net/8021q/
Dvlan_core.c497 ipv6_gro_receive, inet_gro_receive, in vlan_gro_receive()
/Linux-v6.6/net/core/
Dgro.c491 ipv6_gro_receive, inet_gro_receive, in dev_gro_receive()