Searched refs:t_rttbest (Results 1 – 2 of 2) sorted by relevance
2826 if (tp->t_rttbest > tp->t_srtt + tp->t_rttvar) in tcp_xmit_timer()2827 tp->t_rttbest = tp->t_srtt + tp->t_rttvar; in tcp_xmit_timer()2863 if (tp->t_rttbest > tp->t_srtt + tp->t_rttvar) in tcp_xmit_timer()2864 tp->t_rttbest = tp->t_srtt + tp->t_rttvar; in tcp_xmit_timer()2873 tp->t_rttbest = tp->t_srtt + tp->t_rttvar; in tcp_xmit_timer()3126 tp->t_rttbest = tp->t_srtt + TCP_RTT_SCALE; in tcp_rmx_rtt()
236 u_int t_rttbest; /* best rtt we've seen */ member