Lines Matching refs:NAPI_GRO_CB
224 if (!NAPI_GRO_CB(p)->same_flow) in tcp_gro_receive()
230 NAPI_GRO_CB(p)->same_flow = 0; in tcp_gro_receive()
241 flush = NAPI_GRO_CB(p)->flush; in tcp_gro_receive()
254 if (NAPI_GRO_CB(p)->flush_id != 1 || in tcp_gro_receive()
255 NAPI_GRO_CB(p)->count != 1 || in tcp_gro_receive()
256 !NAPI_GRO_CB(p)->is_atomic) in tcp_gro_receive()
257 flush |= NAPI_GRO_CB(p)->flush_id; in tcp_gro_receive()
259 NAPI_GRO_CB(p)->is_atomic = false; in tcp_gro_receive()
282 if (p && (!NAPI_GRO_CB(skb)->same_flow || flush)) in tcp_gro_receive()
286 NAPI_GRO_CB(skb)->flush |= (flush != 0); in tcp_gro_receive()
299 skb_shinfo(skb)->gso_segs = NAPI_GRO_CB(skb)->count; in tcp_gro_complete()
311 if (!NAPI_GRO_CB(skb)->flush && in tcp4_gro_receive()
314 NAPI_GRO_CB(skb)->flush = 1; in tcp4_gro_receive()
330 if (NAPI_GRO_CB(skb)->is_atomic) in tcp4_gro_complete()