Searched refs:t_rttbest (Results 1 – 2 of 2) sorted by relevance
159 tp->t_rttbest = tp->t_srtt + TCP_RTT_SCALE; in cc_conn_init()2733 if (tp->t_rttbest > tp->t_srtt + tp->t_rttvar) in tcp_xmit_timer()2734 tp->t_rttbest = tp->t_srtt + tp->t_rttvar; in tcp_xmit_timer()2743 tp->t_rttbest = tp->t_srtt + tp->t_rttvar; in tcp_xmit_timer()
271 uint32_t t_rttbest; /* best rtt we've seen */ member