Searched refs:same_flow (Results 1 – 13 of 13) sorted by relevance
222 NAPI_GRO_CB(skb)->same_flow = 1; in skb_gro_receive()248 NAPI_GRO_CB(skb)->same_flow = 1; in skb_gro_receive_list()353 NAPI_GRO_CB(p)->same_flow = 0; in gro_list_prepare()381 NAPI_GRO_CB(p)->same_flow = !diffs; in gro_list_prepare()470 int same_flow; in dev_gro_receive() local524 same_flow = NAPI_GRO_CB(skb)->same_flow; in dev_gro_receive()533 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()
270 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()
726 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()
217 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()
1502 if (!NAPI_GRO_CB(p)->same_flow) in inet_gro_receive()1514 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()
270 if (!NAPI_GRO_CB(p)->same_flow) in ipv6_gro_receive()287 NAPI_GRO_CB(p)->same_flow = 0; in ipv6_gro_receive()
217 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()
Completed in 22 milliseconds