Home
last modified time | relevance | path

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

/freebsd/sys/netinet/tcp_stacks/
H A Dbbr.c487 uint32_t time_since_sent, uint32_t srtt,
559 uint32_t thresh, exp, to, srtt, time_since_sent, tstmp_touse; in bbr_timer_start() local
582 time_since_sent = 0; in bbr_timer_start()
591 time_since_sent = cts - tstmp_touse; in bbr_timer_start()
601 if (tov > time_since_sent) in bbr_timer_start()
602 tov -= time_since_sent; in bbr_timer_start()
661 time_since_sent = 0; in bbr_timer_start()
668 time_since_sent = cts - tstmp_touse; in bbr_timer_start()
672 if (thresh > time_since_sent) in bbr_timer_start()
673 to = thresh - time_since_sent; in bbr_timer_start()
[all …]
H A Drack.c6010 uint32_t thresh, exp, to, srtt, time_since_sent, tstmp_touse; in rack_timer_start() local
6033 time_since_sent = 0; in rack_timer_start()
6052 time_since_sent = cts - tstmp_touse; in rack_timer_start()
6058 if (to > time_since_sent) in rack_timer_start()
6059 to -= time_since_sent; in rack_timer_start()
6162 time_since_sent = 0; in rack_timer_start()
6168 time_since_sent = cts - tstmp_touse; in rack_timer_start()
6195 if (thresh > time_since_sent) { in rack_timer_start()
6196 to = thresh - time_since_sent; in rack_timer_start()
6201 time_since_sent, /* flex2 */ in rack_timer_start()