Lines Matching refs:NAPI_GRO_CB
360 NAPI_GRO_CB(skb)->flush = 1; in udp_gro_receive_segment()
367 NAPI_GRO_CB(skb)->flush = 1; in udp_gro_receive_segment()
375 if (!NAPI_GRO_CB(p)->same_flow) in udp_gro_receive_segment()
382 NAPI_GRO_CB(p)->same_flow = 0; in udp_gro_receive_segment()
394 NAPI_GRO_CB(p)->count >= UDP_GRO_CNT_MAX) in udp_gro_receive_segment()
428 if (NAPI_GRO_CB(skb)->encap_mark || in udp_gro_receive()
430 NAPI_GRO_CB(skb)->csum_cnt == 0 && in udp_gro_receive()
431 !NAPI_GRO_CB(skb)->csum_valid) || in udp_gro_receive()
436 NAPI_GRO_CB(skb)->encap_mark = 1; in udp_gro_receive()
441 if (!NAPI_GRO_CB(p)->same_flow) in udp_gro_receive()
451 NAPI_GRO_CB(p)->same_flow = 0; in udp_gro_receive()
476 if (NAPI_GRO_CB(skb)->flush) in udp4_gro_receive()
486 NAPI_GRO_CB(skb)->is_ipv6 = 0; in udp4_gro_receive()
490 NAPI_GRO_CB(skb)->flush = 1; in udp4_gro_receive()
502 skb_shinfo(skb)->gso_segs = NAPI_GRO_CB(skb)->count; in udp_gro_complete_segment()