Searched refs:TF_TSO (Results 1 – 6 of 6) sorted by relevance
177 if (tp->t_flags & TF_TSO) { in marked_packet_rtt()179 tp->t_flags &= ~TF_TSO; in marked_packet_rtt()464 tp->t_flags |= TF_TSO; in ertt_add_tx_segment_info_hook()
558 if ((tp->t_flags & TF_TSO) && V_tcp_do_tso && len > tp->t_maxseg && in tcp_default_output()1705 tp->t_flags &= ~TF_TSO; in tcp_default_output()
789 #define TF_TSO 0x01000000 /* TSO enabled on this connection */ macro
3942 tp->t_flags |= TF_TSO; in tcp_mss()
18423 if ((tp->t_flags & TF_TSO) && in rack_fast_rsm_output()18999 if ((tp->t_flags & TF_TSO) && in rack_fast_output()20553 if ((tp->t_flags & TF_TSO) && V_tcp_do_tso && len > segsiz && in rack_output()22262 tp->t_flags &= ~TF_TSO; in rack_output()
12587 if ((tp->t_flags & TF_TSO) && V_tcp_do_tso && in bbr_output_wtime()