Lines Matching refs:NAPI_GRO_CB
213 NAPI_GRO_CB(skb)->proto = proto; in ipv6_gro_receive()
222 if (!NAPI_GRO_CB(p)->same_flow) in ipv6_gro_receive()
237 NAPI_GRO_CB(p)->same_flow = 0; in ipv6_gro_receive()
241 NAPI_GRO_CB(p)->flush |= !!(first_word & htonl(0x0FF00000)); in ipv6_gro_receive()
242 NAPI_GRO_CB(p)->flush |= flush; in ipv6_gro_receive()
247 if (NAPI_GRO_CB(skb)->is_atomic) in ipv6_gro_receive()
248 NAPI_GRO_CB(p)->flush_id = 0; in ipv6_gro_receive()
251 NAPI_GRO_CB(skb)->is_atomic = true; in ipv6_gro_receive()
252 NAPI_GRO_CB(skb)->flush |= flush; in ipv6_gro_receive()
272 if (NAPI_GRO_CB(skb)->encap_mark) { in sit_ip6ip6_gro_receive()
273 NAPI_GRO_CB(skb)->flush = 1; in sit_ip6ip6_gro_receive()
277 NAPI_GRO_CB(skb)->encap_mark = 1; in sit_ip6ip6_gro_receive()
287 if (NAPI_GRO_CB(skb)->encap_mark) { in ip4ip6_gro_receive()
288 NAPI_GRO_CB(skb)->flush = 1; in ip4ip6_gro_receive()
292 NAPI_GRO_CB(skb)->encap_mark = 1; in ip4ip6_gro_receive()