Home
last modified time | relevance | path

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

/freebsd-14-stable/sys/netinet/
HDtcp_lro_hpts.c389 if ((tp->t_flags2 & TF2_MBUF_ACKCMP) == 0) in do_bpf_strip_and_compress()
578 if ((tp->t_flags2 & (TF2_SUPPORTS_MBUFQ | TF2_MBUF_ACKCMP)) == 0) { in _tcp_lro_flush_tcphpts()
HDtcp_var.h862 #define TF2_MBUF_ACKCMP 0x00008000 /* mbuf ack compression ok */ macro
1580 TF2_MBUF_ACKCMP| in tcp_lro_features_off()
HDtcp_usrreq.c3039 if (t_flags2 & TF2_MBUF_ACKCMP) { in db_print_tflags2()
/freebsd-14-stable/sys/netinet/tcp_stacks/
HDrack_bbr_common.c431 KASSERT((tp->t_flags2 & TF2_MBUF_ACKCMP), in ctf_process_inbound_raw()
HDrack.c14758 tp->t_flags2 |= TF2_MBUF_ACKCMP; in rack_switch_failed()
15281 tp->t_flags2 |= TF2_MBUF_ACKCMP; in rack_init()
15603 rack->rc_tp->t_flags2 |= TF2_MBUF_ACKCMP; in rack_set_state()
22714 rack->rc_tp->t_flags2 |= TF2_MBUF_ACKCMP; in rack_set_dgp()
22851 rack->rc_tp->t_flags2 |= TF2_MBUF_ACKCMP; in rack_set_profile()
23193 if ((optval == 0) && (tp->t_flags2 & TF2_MBUF_ACKCMP)) { in rack_process_option()
23202 tp->t_flags2 |= TF2_MBUF_ACKCMP; in rack_process_option()
HDbbr.c9951 tp->t_flags2 &= ~TF2_MBUF_ACKCMP; in bbr_init()