Lines Matching refs:NAPI_GRO_CB

488 		NAPI_GRO_CB(skb)->flush = 1;  in udp_gro_receive_segment()
495 NAPI_GRO_CB(skb)->flush = 1; in udp_gro_receive_segment()
502 if (!NAPI_GRO_CB(p)->same_flow) in udp_gro_receive_segment()
509 NAPI_GRO_CB(p)->same_flow = 0; in udp_gro_receive_segment()
513 if (NAPI_GRO_CB(skb)->is_flist != NAPI_GRO_CB(p)->is_flist) { in udp_gro_receive_segment()
514 NAPI_GRO_CB(skb)->flush = 1; in udp_gro_receive_segment()
529 if (NAPI_GRO_CB(skb)->is_flist) { in udp_gro_receive_segment()
531 NAPI_GRO_CB(skb)->flush = 1; in udp_gro_receive_segment()
536 NAPI_GRO_CB(skb)->flush = 1; in udp_gro_receive_segment()
549 NAPI_GRO_CB(p)->count >= UDP_GRO_CNT_MAX) in udp_gro_receive_segment()
573 NAPI_GRO_CB(skb)->is_flist = 0; in udp_gro_receive()
582 NAPI_GRO_CB(skb)->is_flist = sk ? !udp_test_bit(GRO_ENABLED, sk) : 1; in udp_gro_receive()
585 (sk && udp_test_bit(GRO_ENABLED, sk)) || NAPI_GRO_CB(skb)->is_flist) in udp_gro_receive()
592 if (NAPI_GRO_CB(skb)->encap_mark || in udp_gro_receive()
594 NAPI_GRO_CB(skb)->csum_cnt == 0 && in udp_gro_receive()
595 !NAPI_GRO_CB(skb)->csum_valid)) in udp_gro_receive()
599 NAPI_GRO_CB(skb)->encap_mark = 1; in udp_gro_receive()
604 if (!NAPI_GRO_CB(p)->same_flow) in udp_gro_receive()
614 NAPI_GRO_CB(p)->same_flow = 0; in udp_gro_receive()
654 if (NAPI_GRO_CB(skb)->flush) in udp4_gro_receive()
664 NAPI_GRO_CB(skb)->is_ipv6 = 0; in udp4_gro_receive()
673 NAPI_GRO_CB(skb)->flush = 1; in udp4_gro_receive()
685 skb_shinfo(skb)->gso_segs = NAPI_GRO_CB(skb)->count; in udp_gro_complete_segment()
713 NAPI_GRO_CB(skb)->encap_mark = 0; in udp_gro_complete()
734 const u16 offset = NAPI_GRO_CB(skb)->network_offsets[skb->encapsulation]; in udp4_gro_complete()
739 if (NAPI_GRO_CB(skb)->is_flist && !NAPI_GRO_CB(skb)->encap_mark) { in udp4_gro_complete()
743 skb_shinfo(skb)->gso_segs = NAPI_GRO_CB(skb)->count; in udp4_gro_complete()