Searched refs:rc_bbr_enters_probertt (Results 1 – 2 of 2) sorted by relevance
649 uint32_t rc_bbr_enters_probertt; /* Timestamp we entered member
1907 log.u_bbr.flex6 = bbr->r_ctl.rc_bbr_enters_probertt; in bbr_log_type_bw_reduce()10836 bbr->r_ctl.rc_bbr_enters_probertt = cts; in bbr_enter_probe_rtt()10839 bbr->r_ctl.rc_bbr_enters_probertt = 0; in bbr_enter_probe_rtt()11303 if (bbr->r_ctl.rc_bbr_enters_probertt == 0) { in bbr_state_change()11307 bbr->r_ctl.rc_bbr_enters_probertt = cts; in bbr_state_change()11309 if (bbr->r_ctl.rc_bbr_enters_probertt == 0) in bbr_state_change()11310 bbr->r_ctl.rc_bbr_enters_probertt = 1; in bbr_state_change()11322 if ((bbr->r_ctl.rc_bbr_enters_probertt == 0) && in bbr_state_change()11354 if (bbr->r_ctl.rc_bbr_enters_probertt && in bbr_state_change()11355 (TSTMP_GT(cts, bbr->r_ctl.rc_bbr_enters_probertt)) && in bbr_state_change()[all …]