Searched refs:rc_probertt_int (Results 1 – 2 of 2) sorted by relevance
682 uint32_t rc_probertt_int; member
2075 log.u_bbr.flex3 = bbr->r_ctl.rc_probertt_int; in bbr_log_type_statechange()2212 log.u_bbr.flex3 = bbr->r_ctl.rc_probertt_int; in bbr_log_ack_clear()6399 ((cts - bbr->r_ctl.last_in_probertt) > bbr->r_ctl.rc_probertt_int)) { in bbr_set_reduced_rtt()9879 bbr->r_ctl.rc_probertt_int = (USECS_IN_SECOND * 10); in bbr_google_mode_on()9923 bbr->r_ctl.rc_probertt_int = bbr_rtt_probe_limit; in bbr_google_mode_off()10026 bbr->r_ctl.rc_probertt_int = bbr_rtt_probe_limit; in bbr_init()10028 bbr->r_ctl.rc_probertt_int = (USECS_IN_SECOND * 10); in bbr_init()10759 if (cur_rttp > bbr->r_ctl.rc_probertt_int) { in bbr_check_probe_rtt_limits()10760 bbr->r_ctl.rc_probertt_int = cur_rttp; in bbr_check_probe_rtt_limits()10768 if (bbr->r_ctl.rc_probertt_int > bbr_rtt_probe_limit) { in bbr_check_probe_rtt_limits()[all …]