Home
last modified time | relevance | path

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

/linux/include/net/
H A Dgro.h508 int skb_gro_receive_list(struct sk_buff *p, struct sk_buff *skb);
/linux/net/ipv4/
H A Dtcp_offload.c350 if (flush || skb_gro_receive_list(p, skb)) in tcp_gro_receive()
H A Dudp_offload.c521 ret = skb_gro_receive_list(p, skb); in udp_gro_receive_segment()
/linux/net/core/
H A Dgro.c234 int skb_gro_receive_list(struct sk_buff *p, struct sk_buff *skb) in skb_gro_receive_list() function