Home
last modified time | relevance | path

Searched refs:same_flow (Results 1 – 14 of 14) sorted by relevance

/linux/net/core/
H A Dgro.c223 NAPI_GRO_CB(skb)->same_flow = 1; in skb_gro_receive()
249 NAPI_GRO_CB(skb)->same_flow = 1; in skb_gro_receive_list()
354 NAPI_GRO_CB(p)->same_flow = 0; in gro_list_prepare()
383 NAPI_GRO_CB(p)->same_flow = !diffs; in gro_list_prepare()
472 int same_flow; in dev_gro_receive() local
526 same_flow = NAPI_GRO_CB(skb)->same_flow; in dev_gro_receive()
535 if (same_flow) in dev_gro_receive()
/linux/net/ipv4/
H A Dgre_offload.c195 if (!NAPI_GRO_CB(p)->same_flow) in gre_gro_receive()
210 NAPI_GRO_CB(p)->same_flow = 0; in gre_gro_receive()
216 NAPI_GRO_CB(p)->same_flow = 0; in gre_gro_receive()
H A Dtcp_offload.c270 if (!NAPI_GRO_CB(p)->same_flow) in tcp_gro_lookup()
275 NAPI_GRO_CB(p)->same_flow = 0; in tcp_gro_lookup()
388 if (p && (!NAPI_GRO_CB(skb)->same_flow || flush)) in tcp_gro_receive()
H A Dudp_offload.c726 if (!NAPI_GRO_CB(p)->same_flow) in udp_gro_receive_segment()
733 NAPI_GRO_CB(p)->same_flow = 0; in udp_gro_receive_segment()
829 if (!NAPI_GRO_CB(p)->same_flow) in udp_gro_receive()
839 NAPI_GRO_CB(p)->same_flow = 0; in udp_gro_receive()
H A Dxfrm4_input.c217 NAPI_GRO_CB(skb)->same_flow = 0; in xfrm4_gro_udp_encap_rcv()
H A Dfou_core.c416 if (!NAPI_GRO_CB(p)->same_flow) in gue_gro_receive()
425 NAPI_GRO_CB(p)->same_flow = 0; in gue_gro_receive()
432 NAPI_GRO_CB(p)->same_flow = 0; in gue_gro_receive()
H A Daf_inet.c1500 if (!NAPI_GRO_CB(p)->same_flow) in inet_gro_receive()
1512 NAPI_GRO_CB(p)->same_flow = 0; in inet_gro_receive()
/linux/net/ethernet/
H A Deth.c412 if (!NAPI_GRO_CB(p)->same_flow) in eth_gro_receive()
417 NAPI_GRO_CB(p)->same_flow = 0; in eth_gro_receive()
/linux/net/ipv6/
H A Dip6_offload.c270 if (!NAPI_GRO_CB(p)->same_flow) in ipv6_gro_receive()
287 NAPI_GRO_CB(p)->same_flow = 0; in ipv6_gro_receive()
H A Dxfrm6_input.c217 NAPI_GRO_CB(skb)->same_flow = 0; in xfrm6_gro_udp_encap_rcv()
/linux/net/8021q/
H A Dvlan_core.c494 if (!NAPI_GRO_CB(p)->same_flow) in vlan_gro_receive()
499 NAPI_GRO_CB(p)->same_flow = 0; in vlan_gro_receive()
/linux/include/net/
H A Dgro.h60 u8 same_flow:1;
/linux/net/sched/
H A Dsch_cake.c1931 bool same_flow = false; in cake_enqueue() local
1941 same_flow = true; in cake_enqueue()
1945 if (same_flow) in cake_enqueue()
/linux/drivers/net/vxlan/
H A Dvxlan_core.c692 if (!NAPI_GRO_CB(p)->same_flow) in vxlan_gro_prepare_receive()
698 NAPI_GRO_CB(p)->same_flow = 0; in vxlan_gro_prepare_receive()