Home
last modified time | relevance | path

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

/freebsd/sys/netinet/
H A Dtcp_lro_hpts.c224 tp->t_flags2 |= TF2_MBUF_L_ACKS; in tcp_lro_get_last_if_ackcmp()
232 if (tp->t_flags2 & TF2_MBUF_L_ACKS) in tcp_lro_get_last_if_ackcmp()
437 tp->t_flags2 |= TF2_MBUF_L_ACKS; in do_bpf_strip_and_compress()
H A Dtcp_var.h844 #define TF2_MBUF_L_ACKS 0x00004000 /* large mbufs for ack compression */ macro
1570 TF2_MBUF_L_ACKS); in tcp_lro_features_off()
H A Dtcp_usrreq.c2992 if (t_flags2 & TF2_MBUF_L_ACKS) { in db_print_tflags2()
H A Dtcp_subr.c4295 if (tp->t_flags2 & TF2_MBUF_L_ACKS) in tcp_handle_orphaned_packets()
/freebsd/sys/netinet/tcp_stacks/
H A Dbbr.c9963 tp->t_flags2 &= ~TF2_MBUF_L_ACKS; in bbr_init()