Searched refs:TF2_MBUF_ACKCMP (Results 1 – 6 of 6) sorted by relevance
390 if ((tp->t_flags2 & TF2_MBUF_ACKCMP) == 0) in do_bpf_strip_and_compress()579 if ((tp->t_flags2 & (TF2_SUPPORTS_MBUFQ | TF2_MBUF_ACKCMP)) == 0) { in _tcp_lro_flush_tcphpts()
850 #define TF2_MBUF_ACKCMP 0x00008000 /* mbuf ack compression ok */ macro1574 TF2_MBUF_ACKCMP| in tcp_lro_features_off()
3029 if (t_flags2 & TF2_MBUF_ACKCMP) { in db_print_tflags2()
431 KASSERT((tp->t_flags2 & TF2_MBUF_ACKCMP), in ctf_process_inbound_raw()
14380 tp->t_flags2 |= TF2_MBUF_ACKCMP; in rack_switch_failed() 14896 tp->t_flags2 |= TF2_MBUF_ACKCMP; in rack_init() 15222 rack->rc_tp->t_flags2 |= TF2_MBUF_ACKCMP; in rack_set_state() 22708 rack->rc_tp->t_flags2 |= TF2_MBUF_ACKCMP; in rack_set_dgp() 22800 rack->rc_tp->t_flags2 |= TF2_MBUF_ACKCMP; in rack_set_profile() 23163 if ((optval == 0) && (tp->t_flags2 & TF2_MBUF_ACKCMP)) { in rack_process_option() 23172 tp->t_flags2 |= TF2_MBUF_ACKCMP; in rack_process_option() 23894 tp->t_flags2 |= TF2_MBUF_ACKCMP; in rack_inherit()
9962 tp->t_flags2 &= ~TF2_MBUF_ACKCMP; in bbr_init()