Searched refs:rc_bbr_state_time (Results 1 – 2 of 2) sorted by relevance
2172 log.u_bbr.flex2 = bbr->r_ctl.rc_bbr_state_time; in bbr_log_rtt_sample()3131 bbr->r_ctl.rc_bbr_state_time = cts; in bbr_lt_bw_sampling()7890 if (SEQ_GT(cts, bbr->r_ctl.rc_bbr_state_time)) { in bbr_enter_persist()7893 time_in = cts - bbr->r_ctl.rc_bbr_state_time; in bbr_enter_persist()7903 bbr->r_ctl.rc_bbr_state_time = cts; in bbr_enter_persist()7985 bbr->r_ctl.rc_bbr_state_time = cts; in bbr_exit_persist()9992 bbr->r_ctl.rc_bbr_state_time = cts; in bbr_init()10360 if ((cts - bbr->r_ctl.rc_bbr_state_time) > bbr_get_rtt(bbr, BBR_RTT_PROP)) in bbr_substate_change()10361 bbr->r_ctl.rc_exta_time_gd += ((cts - bbr->r_ctl.rc_bbr_state_time) - in bbr_substate_change()10386 if (SEQ_GT(cts, bbr->r_ctl.rc_bbr_state_time)) { in bbr_substate_change()[all …]
669 uint32_t rc_bbr_state_time; member