Home
last modified time | relevance | path

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

/f-stack/freebsd/netinet/tcp_stacks/
H A Dbbr.c592 uint64_t tov; in bbr_timer_start() local
607 tov = BBR_INITIAL_RTO; in bbr_timer_start()
609 tov = ((uint64_t)(TICKS_2_USEC(tp->t_srtt) + in bbr_timer_start()
612 tov *= tcp_backoff[tp->t_rxtshift]; in bbr_timer_start()
613 if (tov > time_since_sent) in bbr_timer_start()
614 tov -= time_since_sent; in bbr_timer_start()
616 tov = bbr->r_ctl.rc_min_to; in bbr_timer_start()
617 TCPT_RANGESET_NOSLOP(to, tov, in bbr_timer_start()