Home
last modified time | relevance | path

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

/freebsd/sys/netinet/
H A Dtcp_lro.c637 uint64_t now, tov; in tcp_lro_flush_inactive() local
647 tov = ((timeout->tv_sec * 1000000000) + (timeout->tv_usec * 1000)); in tcp_lro_flush_inactive()
649 if (now >= (bintime2ns(&le->alloc_time) + tov)) { in tcp_lro_flush_inactive()
/freebsd/lib/libc/nls/
H A Dsk_SK.ISO8859-2.msg174 84 Hodnota je pre dan� d�tov� typ prive�k�
/freebsd/sys/netinet/tcp_stacks/
H A Dbbr.c580 uint64_t tov; in bbr_timer_start() local
595 tov = BBR_INITIAL_RTO; in bbr_timer_start()
597 tov = ((uint64_t)(TICKS_2_USEC(tp->t_srtt) + in bbr_timer_start()
600 tov *= tcp_backoff[tp->t_rxtshift]; in bbr_timer_start()
601 if (tov > time_since_sent) in bbr_timer_start()
602 tov -= time_since_sent; in bbr_timer_start()
604 tov = bbr->r_ctl.rc_min_to; in bbr_timer_start()
605 TCPT_RANGESET_NOSLOP(to, tov, in bbr_timer_start()
H A Drack.c14821 uint32_t tov = 0; in rack_init() local
14827 tov = qr.timer_pacing_to - us_cts; in rack_init()
14829 tov = HPTS_USECS_PER_SLOT; in rack_init()
14833 if (tov == 0) { in rack_init()
14835 tov = qr.timer_timer_exp - us_cts; in rack_init()
14837 tov = HPTS_USECS_PER_SLOT; in rack_init()
14844 if (tov) { in rack_init()
14847 tcp_hpts_insert(tp, tov, &diag); in rack_init()