Searched refs:TF_TSO (Results 1 – 7 of 7) 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()
561 if ((tp->t_flags & TF_TSO) && V_tcp_do_tso && len > tp->t_maxseg && in tcp_default_output()1717 tp->t_flags &= ~TF_TSO; in tcp_default_output()
802 #define TF_TSO 0x01000000 /* TSO enabled on this connection */ macro
2929 if (t_flags & TF_TSO) { in db_print_tflags()
4021 tp->t_flags |= TF_TSO; in tcp_mss()
18547 if ((tp->t_flags & TF_TSO) && in rack_fast_rsm_output()19123 if ((tp->t_flags & TF_TSO) && in rack_fast_output()20666 if ((tp->t_flags & TF_TSO) && V_tcp_do_tso && len > segsiz && in rack_output()22370 tp->t_flags &= ~TF_TSO; in rack_output()
12595 if ((tp->t_flags & TF_TSO) && V_tcp_do_tso && in bbr_output_wtime()