Searched refs:TF_TSO (Results 1 – 7 of 7) sorted by relevance
178 if (tp->t_flags & TF_TSO) { in marked_packet_rtt()180 tp->t_flags &= ~TF_TSO; in marked_packet_rtt()465 tp->t_flags |= TF_TSO; in ertt_add_tx_segment_info_hook()
567 if ((tp->t_flags & TF_TSO) && V_tcp_do_tso && len > tp->t_maxseg && in tcp_default_output()1710 tp->t_flags &= ~TF_TSO; in tcp_default_output()
807 #define TF_TSO 0x01000000 /* TSO enabled on this connection */ macro
2939 if (t_flags & TF_TSO) { in db_print_tflags()
3972 tp->t_flags |= TF_TSO; in tcp_mss()
18786 if ((tp->t_flags & TF_TSO) && in rack_fast_rsm_output()19372 if ((tp->t_flags & TF_TSO) && in rack_fast_output()20846 if ((tp->t_flags & TF_TSO) && V_tcp_do_tso && len > segsiz && in rack_output()22418 tp->t_flags &= ~TF_TSO; in rack_output()
12575 if ((tp->t_flags & TF_TSO) && V_tcp_do_tso && in bbr_output_wtime()