Home
last modified time | relevance | path

Searched refs:t_rttbest (Results 1 – 2 of 2) sorted by relevance

/external/openthread/third_party/tcplp/bsdtcp/
Dtcp_input.c159 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()
Dtcp_var.h271 uint32_t t_rttbest; /* best rtt we've seen */ member