Lines Matching refs:time_since_sent
489 uint32_t time_since_sent, uint32_t srtt,
561 uint32_t thresh, exp, to, srtt, time_since_sent, tstmp_touse; in bbr_timer_start() local
584 time_since_sent = 0; in bbr_timer_start()
593 time_since_sent = cts - tstmp_touse; in bbr_timer_start()
603 if (tov > time_since_sent) in bbr_timer_start()
604 tov -= time_since_sent; in bbr_timer_start()
663 time_since_sent = 0; in bbr_timer_start()
670 time_since_sent = cts - tstmp_touse; in bbr_timer_start()
674 if (thresh > time_since_sent) in bbr_timer_start()
675 to = thresh - time_since_sent; in bbr_timer_start()
707 bbr_log_timer_var(bbr, 1, cts, time_since_sent, srtt, thresh, to); in bbr_timer_start()
2428 bbr_log_timer_var(struct tcp_bbr *bbr, int mode, uint32_t cts, uint32_t time_since_sent, uint32_t s… in bbr_log_timer_var() argument
2436 log.u_bbr.flex2 = time_since_sent; in bbr_log_timer_var()