Home
last modified time | relevance | path

Searched refs:skb_gro_receive (Results 1 – 5 of 5) sorted by relevance

/linux/Documentation/networking/net_cachelines/
H A Dnet_device.rst104 … gro_max_size read_mostly skb_gro_receive
105 … gro_ipv4_max_size read_mostly skb_gro_receive
/linux/include/net/
H A Dgro.h510 int skb_gro_receive(struct sk_buff *p, struct sk_buff *skb);
/linux/net/ipv4/
H A Dtcp_offload.c365 if (flush || skb_gro_receive(p, skb)) { in tcp_gro_receive()
H A Dudp_offload.c548 ret = skb_gro_receive(p, skb); in udp_gro_receive_segment()
/linux/net/core/
H A Dgro.c91 int skb_gro_receive(struct sk_buff *p, struct sk_buff *skb) in skb_gro_receive() function