Home
last modified time | relevance | path

Searched refs:TF2_MBUF_L_ACKS (Results 1 – 4 of 4) sorted by relevance

/freebsd/sys/netinet/
H A Dtcp_lro_hpts.c217 tp->t_flags2 |= TF2_MBUF_L_ACKS; in tcp_lro_get_last_if_ackcmp()
223 if (tp->t_flags2 & TF2_MBUF_L_ACKS) in tcp_lro_get_last_if_ackcmp()
428 tp->t_flags2 |= TF2_MBUF_L_ACKS; in do_bpf_strip_and_compress()
H A Dtcp_var.h843 #define TF2_MBUF_L_ACKS 0x00004000 /* large mbufs for ack compression */ macro
1568 TF2_MBUF_L_ACKS); in tcp_lro_features_off()
H A Dtcp_subr.c4304 if (tp->t_flags2 & TF2_MBUF_L_ACKS) in tcp_handle_orphaned_packets()
/freebsd/sys/netinet/tcp_stacks/
H A Dbbr.c9944 tp->t_flags2 &= ~TF2_MBUF_L_ACKS; in bbr_init()