Home
last modified time | relevance | path

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

/freebsd/sys/netinet/tcp_stacks/
H A Dbbr.c5245 uint32_t time_since_send; in bbr_timer_cancel() local
5248 time_since_send = cts - bbr->rc_pacer_started; in bbr_timer_cancel()
5250 time_since_send = 0; in bbr_timer_cancel()
5251 if (bbr->r_ctl.rc_last_delay_val > time_since_send) { in bbr_timer_cancel()
5253 bbr->r_ctl.rc_last_delay_val -= time_since_send; in bbr_timer_cancel()