Searched refs:t_rttbest (Results 1 – 3 of 3) sorted by relevance
335 tp->t_rttbest = tp->t_srtt + TCP_RTT_SCALE; in cc_conn_init()3509 if (tp->t_rttbest > tp->t_srtt + tp->t_rttvar) in tcp_xmit_timer()3510 tp->t_rttbest = tp->t_srtt + tp->t_rttvar; in tcp_xmit_timer()3519 tp->t_rttbest = tp->t_srtt + tp->t_rttvar; in tcp_xmit_timer()
165 u_int t_rttbest; /* best rtt we've seen */ member
2136 tp->t_rttbest); in db_print_tcpcb()