Searched refs:TF_TSO (Results 1 – 8 of 8) sorted by relevance
180 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()
560 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()
395 #define TF_TSO 0x01000000 /* TSO enabled on this connection */ macro
2901 if (t_flags & TF_TSO) { in db_print_tflags()
3872 tp->t_flags |= TF_TSO; in tcp_mss()
12599 if ((tp->t_flags & TF_TSO) && V_tcp_do_tso && len > segsiz && in rack_output()14001 tp->t_flags &= ~TF_TSO; in rack_output()
12739 if ((tp->t_flags & TF_TSO) && V_tcp_do_tso && in bbr_output_wtime()