Lines Matching refs:NAPI_GRO_CB
1452 if (!NAPI_GRO_CB(p)->same_flow) in inet_gro_receive()
1464 NAPI_GRO_CB(p)->same_flow = 0; in inet_gro_receive()
1469 NAPI_GRO_CB(p)->flush |= in inet_gro_receive()
1474 NAPI_GRO_CB(p)->flush |= flush; in inet_gro_receive()
1488 if (!NAPI_GRO_CB(p)->is_atomic || in inet_gro_receive()
1490 flush_id ^= NAPI_GRO_CB(p)->count; in inet_gro_receive()
1497 if (NAPI_GRO_CB(skb)->is_atomic) in inet_gro_receive()
1498 NAPI_GRO_CB(p)->flush_id = flush_id; in inet_gro_receive()
1500 NAPI_GRO_CB(p)->flush_id |= flush_id; in inet_gro_receive()
1503 NAPI_GRO_CB(skb)->is_atomic = !!(iph->frag_off & htons(IP_DF)); in inet_gro_receive()
1504 NAPI_GRO_CB(skb)->flush |= flush; in inet_gro_receive()
1532 if (NAPI_GRO_CB(skb)->encap_mark) { in ipip_gro_receive()
1533 NAPI_GRO_CB(skb)->flush = 1; in ipip_gro_receive()
1537 NAPI_GRO_CB(skb)->encap_mark = 1; in ipip_gro_receive()