Searched refs:same_flow (Results 1 – 16 of 16) sorted by relevance
225 NAPI_GRO_CB(skb)->same_flow = 1; in skb_gro_receive()251 NAPI_GRO_CB(skb)->same_flow = 1; in skb_gro_receive_list()357 NAPI_GRO_CB(p)->same_flow = 0; in gro_list_prepare()385 NAPI_GRO_CB(p)->same_flow = !diffs; in gro_list_prepare()473 int same_flow; in dev_gro_receive() local527 same_flow = NAPI_GRO_CB(skb)->same_flow; in dev_gro_receive()536 if (same_flow) in dev_gro_receive()
195 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()
263 if (!NAPI_GRO_CB(p)->same_flow) in tcp_gro_lookup()268 NAPI_GRO_CB(p)->same_flow = 0; in tcp_gro_lookup()380 if (p && (!NAPI_GRO_CB(skb)->same_flow || flush)) in tcp_gro_receive()
502 if (!NAPI_GRO_CB(p)->same_flow) in udp_gro_receive_segment()509 NAPI_GRO_CB(p)->same_flow = 0; in udp_gro_receive_segment()604 if (!NAPI_GRO_CB(p)->same_flow) in udp_gro_receive()614 NAPI_GRO_CB(p)->same_flow = 0; in udp_gro_receive()
212 NAPI_GRO_CB(skb)->same_flow = 0; in xfrm4_gro_udp_encap_rcv()
417 if (!NAPI_GRO_CB(p)->same_flow) in gue_gro_receive()426 NAPI_GRO_CB(p)->same_flow = 0; in gue_gro_receive()433 NAPI_GRO_CB(p)->same_flow = 0; in gue_gro_receive()
98 NAPI_GRO_CB(skb)->same_flow = 0; in esp4_gro_receive()
1517 if (!NAPI_GRO_CB(p)->same_flow) in inet_gro_receive()1529 NAPI_GRO_CB(p)->same_flow = 0; in inet_gro_receive()
412 if (!NAPI_GRO_CB(p)->same_flow) in eth_gro_receive()417 NAPI_GRO_CB(p)->same_flow = 0; in eth_gro_receive()
268 if (!NAPI_GRO_CB(p)->same_flow) in ipv6_gro_receive()285 NAPI_GRO_CB(p)->same_flow = 0; in ipv6_gro_receive()
212 NAPI_GRO_CB(skb)->same_flow = 0; in xfrm6_gro_udp_encap_rcv()
127 NAPI_GRO_CB(skb)->same_flow = 0; in esp6_gro_receive()
494 if (!NAPI_GRO_CB(p)->same_flow) in vlan_gro_receive()499 NAPI_GRO_CB(p)->same_flow = 0; in vlan_gro_receive()
57 u8 same_flow:1;
527 if (!NAPI_GRO_CB(p)->same_flow) in geneve_gro_receive()533 NAPI_GRO_CB(p)->same_flow = 0; in geneve_gro_receive()
713 if (!NAPI_GRO_CB(p)->same_flow) in vxlan_gro_prepare_receive()719 NAPI_GRO_CB(p)->same_flow = 0; in vxlan_gro_prepare_receive()
Completed in 51 milliseconds