Home
last modified time | relevance | path

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

/freebsd-10-stable/sys/netinet/
Dtcp_input.c335 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()
Dtcp_var.h165 u_int t_rttbest; /* best rtt we've seen */ member
Dtcp_usrreq.c2136 tp->t_rttbest); in db_print_tcpcb()