Searched refs:same_flow (Results 1 – 6 of 6) sorted by relevance
894 if (!NAPI_GRO_CB(p)->same_flow) in ipv6_gro_receive()904 NAPI_GRO_CB(p)->same_flow = 0; in ipv6_gro_receive()
1364 if (!NAPI_GRO_CB(p)->same_flow) in inet_gro_receive()1373 NAPI_GRO_CB(p)->same_flow = 0; in inet_gro_receive()
2800 if (!NAPI_GRO_CB(p)->same_flow) in tcp_gro_receive()2806 NAPI_GRO_CB(p)->same_flow = 0; in tcp_gro_receive()2845 if (p && (!NAPI_GRO_CB(skb)->same_flow || flush)) in tcp_gro_receive()
3413 int same_flow; in dev_gro_receive() local3431 NAPI_GRO_CB(skb)->same_flow = 0; in dev_gro_receive()3443 same_flow = NAPI_GRO_CB(skb)->same_flow; in dev_gro_receive()3455 if (same_flow) in dev_gro_receive()3517 NAPI_GRO_CB(p)->same_flow = !diffs; in __napi_gro_receive()
2941 NAPI_GRO_CB(skb)->same_flow = 1; in skb_gro_receive()
1477 int same_flow; member