Searched refs:same_flow (Results 1 – 12 of 12) sorted by relevance
185 if (!NAPI_GRO_CB(p)->same_flow) in gre_gro_receive()200 NAPI_GRO_CB(p)->same_flow = 0; in gre_gro_receive()206 NAPI_GRO_CB(p)->same_flow = 0; in gre_gro_receive()
219 if (!NAPI_GRO_CB(p)->same_flow) in tcp_gro_receive()225 NAPI_GRO_CB(p)->same_flow = 0; in tcp_gro_receive()265 if (p && (!NAPI_GRO_CB(skb)->same_flow || flush)) in tcp_gro_receive()
184 if (!NAPI_GRO_CB(p)->same_flow) in geneve_gro_receive()190 NAPI_GRO_CB(p)->same_flow = 0; in geneve_gro_receive()
324 if (!NAPI_GRO_CB(p)->same_flow) in udp_gro_receive()334 NAPI_GRO_CB(p)->same_flow = 0; in udp_gro_receive()
331 if (!NAPI_GRO_CB(p)->same_flow) in gue_gro_receive()340 NAPI_GRO_CB(p)->same_flow = 0; in gue_gro_receive()347 NAPI_GRO_CB(p)->same_flow = 0; in gue_gro_receive()
1336 if (!NAPI_GRO_CB(p)->same_flow) in inet_gro_receive()1348 NAPI_GRO_CB(p)->same_flow = 0; in inet_gro_receive()
220 if (!NAPI_GRO_CB(p)->same_flow) in ipv6_gro_receive()235 NAPI_GRO_CB(p)->same_flow = 0; in ipv6_gro_receive()
416 if (!NAPI_GRO_CB(p)->same_flow) in eth_gro_receive()421 NAPI_GRO_CB(p)->same_flow = 0; in eth_gro_receive()
3979 NAPI_GRO_CB(p)->same_flow = 0; in gro_list_prepare()3992 NAPI_GRO_CB(p)->same_flow = !diffs; in gro_list_prepare()4040 int same_flow; in dev_gro_receive() local4059 NAPI_GRO_CB(skb)->same_flow = 0; in dev_gro_receive()4089 same_flow = NAPI_GRO_CB(skb)->same_flow; in dev_gro_receive()4101 if (same_flow) in dev_gro_receive()
3332 NAPI_GRO_CB(skb)->same_flow = 1; in skb_gro_receive()
627 if (!NAPI_GRO_CB(p)->same_flow) in vxlan_gro_receive()633 NAPI_GRO_CB(p)->same_flow = 0; in vxlan_gro_receive()
1940 u8 same_flow:1; member