Home
last modified time | relevance | path

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

/freebsd/sys/netinet/
H A Dtcp_lro_hpts.c392 if ((tp->t_flags2 & TF2_MBUF_ACKCMP) == 0) in do_bpf_strip_and_compress()
581 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
1597 TF2_MBUF_ACKCMP| in tcp_lro_features_off()
/freebsd/sys/netinet/tcp_stacks/
H A Drack_bbr_common.c429 KASSERT((tp->t_flags2 & TF2_MBUF_ACKCMP), in ctf_process_inbound_raw()
H A Drack.c14231 tp->t_flags2 |= TF2_MBUF_ACKCMP; in rack_switch_failed()
14741 tp->t_flags2 |= TF2_MBUF_ACKCMP; in rack_init()
15066 rack->rc_tp->t_flags2 |= TF2_MBUF_ACKCMP; in rack_set_state()
22549 rack->rc_tp->t_flags2 |= TF2_MBUF_ACKCMP; in rack_set_dgp()
22641 rack->rc_tp->t_flags2 |= TF2_MBUF_ACKCMP; in rack_set_profile()
23003 if ((optval == 0) && (tp->t_flags2 & TF2_MBUF_ACKCMP)) { in rack_process_option()
23012 tp->t_flags2 |= TF2_MBUF_ACKCMP; in rack_process_option()
23730 tp->t_flags2 |= TF2_MBUF_ACKCMP; in rack_inherit()
H A Dbbr.c9955 tp->t_flags2 &= ~TF2_MBUF_ACKCMP; in bbr_init()