Home
last modified time | relevance | path

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

/linux-6.12.1/include/net/
Dgro.h508 int skb_gro_receive_list(struct sk_buff *p, struct sk_buff *skb);
/linux-6.12.1/net/ipv4/
Dtcp_offload.c356 if (flush || skb_gro_receive_list(p, skb)) in tcp_gro_receive()
Dudp_offload.c539 ret = skb_gro_receive_list(p, skb); in udp_gro_receive_segment()
/linux-6.12.1/net/core/
Dgro.c229 int skb_gro_receive_list(struct sk_buff *p, struct sk_buff *skb) in skb_gro_receive_list() function