Lines Matching refs:NAPI_GRO_CB
1481 if (!NAPI_GRO_CB(p)->same_flow) in inet_gro_receive()
1493 NAPI_GRO_CB(p)->same_flow = 0; in inet_gro_receive()
1498 NAPI_GRO_CB(p)->flush |= in inet_gro_receive()
1503 NAPI_GRO_CB(p)->flush |= flush; in inet_gro_receive()
1517 if (!NAPI_GRO_CB(p)->is_atomic || in inet_gro_receive()
1519 flush_id ^= NAPI_GRO_CB(p)->count; in inet_gro_receive()
1526 if (NAPI_GRO_CB(skb)->is_atomic) in inet_gro_receive()
1527 NAPI_GRO_CB(p)->flush_id = flush_id; in inet_gro_receive()
1529 NAPI_GRO_CB(p)->flush_id |= flush_id; in inet_gro_receive()
1532 NAPI_GRO_CB(skb)->is_atomic = !!(iph->frag_off & htons(IP_DF)); in inet_gro_receive()
1533 NAPI_GRO_CB(skb)->flush |= flush; in inet_gro_receive()
1560 if (NAPI_GRO_CB(skb)->encap_mark) { in ipip_gro_receive()
1561 NAPI_GRO_CB(skb)->flush = 1; in ipip_gro_receive()
1565 NAPI_GRO_CB(skb)->encap_mark = 1; in ipip_gro_receive()