Lines Matching refs:NAPI_GRO_CB
1433 if (!NAPI_GRO_CB(p)->same_flow) in inet_gro_receive()
1445 NAPI_GRO_CB(p)->same_flow = 0; in inet_gro_receive()
1450 NAPI_GRO_CB(p)->flush |= in inet_gro_receive()
1455 NAPI_GRO_CB(p)->flush |= flush; in inet_gro_receive()
1469 if (!NAPI_GRO_CB(p)->is_atomic || in inet_gro_receive()
1471 flush_id ^= NAPI_GRO_CB(p)->count; in inet_gro_receive()
1478 if (NAPI_GRO_CB(skb)->is_atomic) in inet_gro_receive()
1479 NAPI_GRO_CB(p)->flush_id = flush_id; in inet_gro_receive()
1481 NAPI_GRO_CB(p)->flush_id |= flush_id; in inet_gro_receive()
1484 NAPI_GRO_CB(skb)->is_atomic = !!(iph->frag_off & htons(IP_DF)); in inet_gro_receive()
1485 NAPI_GRO_CB(skb)->flush |= flush; in inet_gro_receive()
1512 if (NAPI_GRO_CB(skb)->encap_mark) { in ipip_gro_receive()
1513 NAPI_GRO_CB(skb)->flush = 1; in ipip_gro_receive()
1517 NAPI_GRO_CB(skb)->encap_mark = 1; in ipip_gro_receive()