Home
last modified time | relevance | path

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

/f-stack/freebsd/netinet/tcp_stacks/
H A Dbbr.c5272 uint32_t time_since_send; in bbr_timer_cancel() local
5275 time_since_send = cts - bbr->rc_pacer_started; in bbr_timer_cancel()
5277 time_since_send = 0; in bbr_timer_cancel()
5278 if (bbr->r_ctl.rc_last_delay_val > time_since_send) { in bbr_timer_cancel()
5280 bbr->r_ctl.rc_last_delay_val -= time_since_send; in bbr_timer_cancel()