Searched refs:t_rttbest (Results 1 – 2 of 2) sorted by relevance
273 uint32_t t_rttbest; /* best rtt we've seen */ member
160 tp->t_rttbest = tp->t_srtt + TCP_RTT_SCALE; in cc_conn_init()2916 if (tp->t_rttbest > tp->t_srtt + tp->t_rttvar) in tcp_xmit_timer()2917 tp->t_rttbest = tp->t_srtt + tp->t_rttvar; in tcp_xmit_timer()2926 tp->t_rttbest = tp->t_srtt + tp->t_rttvar; in tcp_xmit_timer()