Home
last modified time | relevance | path

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

/freebsd/sys/dev/le/
H A Dlance.c707 lance_copyfrombuf_gap2(struct lance_softc *sc, void *tov, int boff, int len)
710 caddr_t to = tov;
780 lance_copyfrombuf_gap16(struct lance_softc *sc, void *tov, int boff, int len)
783 caddr_t bptr, to = tov;
/freebsd/sys/netinet/
H A Dtcp_lro.c623 uint64_t now, tov; in tcp_lro_flush_inactive() local
633 tov = ((timeout->tv_sec * 1000000000) + (timeout->tv_usec * 1000)); in tcp_lro_flush_inactive()
635 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.c582 uint64_t tov; in bbr_timer_start() local
597 tov = BBR_INITIAL_RTO; in bbr_timer_start()
599 tov = ((uint64_t)(TICKS_2_USEC(tp->t_srtt) + in bbr_timer_start()
602 tov *= tcp_backoff[tp->t_rxtshift]; in bbr_timer_start()
603 if (tov > time_since_sent) in bbr_timer_start()
604 tov -= time_since_sent; in bbr_timer_start()
606 tov = bbr->r_ctl.rc_min_to; in bbr_timer_start()
607 TCPT_RANGESET_NOSLOP(to, tov, in bbr_timer_start()
H A Drack.c14953 uint32_t tov = 0; in rack_init() local
14959 tov = qr.timer_pacing_to - us_cts; in rack_init()
14961 tov = HPTS_TICKS_PER_SLOT; in rack_init()
14965 if (tov == 0) { in rack_init()
14967 tov = qr.timer_timer_exp - us_cts; in rack_init()
14969 tov = HPTS_TICKS_PER_SLOT; in rack_init()
14976 if (tov) { in rack_init()
14979 (void)tcp_hpts_insert_diag(tp, HPTS_USEC_TO_SLOTS(tov), in rack_init()