Lines Matching refs:NAPI_GRO_CB
1484 if (!NAPI_GRO_CB(p)->same_flow) in inet_gro_receive()
1496 NAPI_GRO_CB(p)->same_flow = 0; in inet_gro_receive()
1501 NAPI_GRO_CB(p)->flush |= in inet_gro_receive()
1506 NAPI_GRO_CB(p)->flush |= flush; in inet_gro_receive()
1520 if (!NAPI_GRO_CB(p)->is_atomic || in inet_gro_receive()
1522 flush_id ^= NAPI_GRO_CB(p)->count; in inet_gro_receive()
1529 if (NAPI_GRO_CB(skb)->is_atomic) in inet_gro_receive()
1530 NAPI_GRO_CB(p)->flush_id = flush_id; in inet_gro_receive()
1532 NAPI_GRO_CB(p)->flush_id |= flush_id; in inet_gro_receive()
1535 NAPI_GRO_CB(skb)->is_atomic = !!(iph->frag_off & htons(IP_DF)); in inet_gro_receive()
1536 NAPI_GRO_CB(skb)->flush |= flush; in inet_gro_receive()
1564 if (NAPI_GRO_CB(skb)->encap_mark) { in ipip_gro_receive()
1565 NAPI_GRO_CB(skb)->flush = 1; in ipip_gro_receive()
1569 NAPI_GRO_CB(skb)->encap_mark = 1; in ipip_gro_receive()