Searched refs:oerror_cnt (Results 1 – 2 of 2) sorted by relevance
746 oerror_cnt:4, member
13617 bbr->oerror_cnt = 0; in bbr_output_wtime()13746 if (bbr->oerror_cnt < 0xf) in bbr_output_wtime()13747 bbr->oerror_cnt++; in bbr_output_wtime()13748 if (bbr_max_net_error_cnt && (bbr->oerror_cnt >= bbr_max_net_error_cnt)) { in bbr_output_wtime()13765 pacing_delay = (bbr_error_base_paceout + 1) << bbr->oerror_cnt; in bbr_output_wtime()13821 pacing_delay = (bbr_error_base_paceout + 2) << bbr->oerror_cnt; in bbr_output_wtime()13823 pacing_delay = (bbr_error_base_paceout + 2) << bbr->oerror_cnt; in bbr_output_wtime()13843 pacing_delay = (bbr_error_base_paceout + 3) << bbr->oerror_cnt; in bbr_output_wtime()