Home
last modified time | relevance | path

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

/linux-6.15/include/net/
H A Dinet_common.h66 struct sk_buff *inet_gro_receive(struct list_head *head, struct sk_buff *skb);
H A Dgro.h403 INDIRECT_CALLABLE_DECLARE(struct sk_buff *inet_gro_receive(struct list_head *,
/linux-6.15/net/ethernet/
H A Deth.c434 ipv6_gro_receive, inet_gro_receive, in eth_gro_receive()
/linux-6.15/net/ipv6/
H A Dip6_offload.c335 return inet_gro_receive(head, skb); in ip4ip6_gro_receive()
/linux-6.15/net/ipv4/
H A Daf_inet.c1467 struct sk_buff *inet_gro_receive(struct list_head *head, struct sk_buff *skb) in inet_gro_receive() function
1550 return inet_gro_receive(head, skb); in ipip_gro_receive()
1874 .gro_receive = inet_gro_receive, in ipv4_offload_init()
/linux-6.15/net/8021q/
H A Dvlan_core.c506 ipv6_gro_receive, inet_gro_receive, in vlan_gro_receive()
/linux-6.15/net/core/
H A Dgro.c514 ipv6_gro_receive, inet_gro_receive, in dev_gro_receive()