Home
last modified time | relevance | path

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

/f-stack/freebsd/netinet/tcp_stacks/
H A Dbbr.c572 uint32_t thresh, exp, to, srtt, time_since_sent, tstmp_touse; in bbr_timer_start() local
594 time_since_sent = 0; in bbr_timer_start()
603 time_since_sent = cts - tstmp_touse; in bbr_timer_start()
613 if (tov > time_since_sent) in bbr_timer_start()
614 tov -= time_since_sent; in bbr_timer_start()
673 time_since_sent = 0; in bbr_timer_start()
680 time_since_sent = cts - tstmp_touse; in bbr_timer_start()
684 if (thresh > time_since_sent) in bbr_timer_start()
685 to = thresh - time_since_sent; in bbr_timer_start()
717 bbr_log_timer_var(bbr, 1, cts, time_since_sent, srtt, thresh, to); in bbr_timer_start()
[all …]
H A Drack.c4438 uint32_t thresh, exp, to, srtt, time_since_sent, tstmp_touse; in rack_timer_start() local
4460 time_since_sent = 0; in rack_timer_start()
4469 time_since_sent = cts - tstmp_touse; in rack_timer_start()
4474 if (to > time_since_sent) in rack_timer_start()
4475 to -= time_since_sent; in rack_timer_start()
4564 time_since_sent = 0; in rack_timer_start()
4570 time_since_sent = cts - tstmp_touse; in rack_timer_start()
4585 if (thresh > time_since_sent) in rack_timer_start()
4586 to = thresh - time_since_sent; in rack_timer_start()
4591 time_since_sent, /* flex2 */ in rack_timer_start()