Searched refs:time_since_send (Results 1 – 1 of 1) sorted by relevance
5241 uint32_t time_since_send; in bbr_timer_cancel() local5244 time_since_send = cts - bbr->rc_pacer_started; in bbr_timer_cancel()5246 time_since_send = 0; in bbr_timer_cancel()5247 if (bbr->r_ctl.rc_last_delay_val > time_since_send) { in bbr_timer_cancel()5249 bbr->r_ctl.rc_last_delay_val -= time_since_send; in bbr_timer_cancel()