Home
last modified time | relevance | path

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

/freebsd/sys/netinet/tcp_stacks/
H A Dtcp_bbr.h29 #define BBR_INITIAL_RTO 1000000 /* 1 second in micro-seconds */ macro
H A Dbbr.c541 srtt = (uint64_t)BBR_INITIAL_RTO; in bbr_get_persists_timer_val()
597 tov = BBR_INITIAL_RTO; in bbr_timer_start()
4127 t_rxtcur = BBR_INITIAL_RTO; in bbr_calc_thresh_rack()
4193 t_rxtcur = BBR_INITIAL_RTO; in bbr_calc_thresh_tlp()
4226 f_rtt = BBR_INITIAL_RTO; in bbr_get_rtt()
5024 rexmt = USEC_2_TICKS(BBR_INITIAL_RTO) * tcp_backoff[tp->t_rxtshift]; in bbr_timeout_rxt()