Home
last modified time | relevance | path

Searched refs:TF2_MBUF_ACKCMP (Results 1 – 6 of 6) sorted by relevance

/freebsd/sys/netinet/
H A Dtcp_lro_hpts.c390 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()
H A Dtcp_var.h850 #define TF2_MBUF_ACKCMP 0x00008000 /* mbuf ack compression ok */ macro
1574 TF2_MBUF_ACKCMP| in tcp_lro_features_off()
H A Dtcp_usrreq.c3029 if (t_flags2 & TF2_MBUF_ACKCMP) { in db_print_tflags2()
/freebsd/sys/netinet/tcp_stacks/
H A Drack_bbr_common.c431 KASSERT((tp->t_flags2 & TF2_MBUF_ACKCMP), in ctf_process_inbound_raw()
H A Drack.c14380 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()
H A Dbbr.c9962 tp->t_flags2 &= ~TF2_MBUF_ACKCMP; in bbr_init()