Home
last modified time | relevance | path

Searched refs:TF_TSO (Results 1 – 8 of 8) sorted by relevance

/f-stack/freebsd/netinet/khelp/
H A Dh_ertt.c180 if (tp->t_flags & TF_TSO) { in marked_packet_rtt()
182 tp->t_flags &= ~TF_TSO; in marked_packet_rtt()
467 tp->t_flags |= TF_TSO; in ertt_add_tx_segment_info_hook()
/f-stack/freebsd/netinet/
H A Dtcp_output.c560 if ((tp->t_flags & TF_TSO) && V_tcp_do_tso && len > tp->t_maxseg && in tcp_output()
1662 tp->t_flags &= ~TF_TSO; in tcp_output()
H A Dtcp_var.h395 #define TF_TSO 0x01000000 /* TSO enabled on this connection */ macro
H A Dtcp_usrreq.c2901 if (t_flags & TF_TSO) { in db_print_tflags()
H A Dtcp_input.c3872 tp->t_flags |= TF_TSO; in tcp_mss()
/f-stack/tools/compat/include/netinet/
H A Dtcp_var.h395 #define TF_TSO 0x01000000 /* TSO enabled on this connection */ macro
/f-stack/freebsd/netinet/tcp_stacks/
H A Drack.c12599 if ((tp->t_flags & TF_TSO) && V_tcp_do_tso && len > segsiz && in rack_output()
14001 tp->t_flags &= ~TF_TSO; in rack_output()
H A Dbbr.c12739 if ((tp->t_flags & TF_TSO) && V_tcp_do_tso && in bbr_output_wtime()