Searched refs:rc_bbr_state_time (Results 1 – 2 of 2) sorted by relevance
2170 log.u_bbr.flex2 = bbr->r_ctl.rc_bbr_state_time; in bbr_log_rtt_sample()3129 bbr->r_ctl.rc_bbr_state_time = cts; in bbr_lt_bw_sampling()7888 if (SEQ_GT(cts, bbr->r_ctl.rc_bbr_state_time)) { in bbr_enter_persist()7891 time_in = cts - bbr->r_ctl.rc_bbr_state_time; in bbr_enter_persist()7901 bbr->r_ctl.rc_bbr_state_time = cts; in bbr_enter_persist()7983 bbr->r_ctl.rc_bbr_state_time = cts; in bbr_exit_persist()9990 bbr->r_ctl.rc_bbr_state_time = cts; in bbr_init()10358 if ((cts - bbr->r_ctl.rc_bbr_state_time) > bbr_get_rtt(bbr, BBR_RTT_PROP)) in bbr_substate_change()10359 bbr->r_ctl.rc_exta_time_gd += ((cts - bbr->r_ctl.rc_bbr_state_time) - in bbr_substate_change()10384 if (SEQ_GT(cts, bbr->r_ctl.rc_bbr_state_time)) { in bbr_substate_change()[all …]
667 uint32_t rc_bbr_state_time; member