Home
last modified time | relevance | path

Searched refs:bbr_error_base_paceout (Results 1 – 1 of 1) sorted by relevance

/freebsd/sys/netinet/tcp_stacks/
H A Dbbr.c155 static int32_t bbr_error_base_paceout = 10000; /* usec to pace */ variable
1729 &bbr_error_base_paceout, 10000, in bbr_init_sysctls()
13760 pacing_delay = (bbr_error_base_paceout + 1) << bbr->oerror_cnt; in bbr_output_wtime()
13815 if (pacing_delay < bbr_error_base_paceout) in bbr_output_wtime()
13816 pacing_delay = (bbr_error_base_paceout + 2) << bbr->oerror_cnt; in bbr_output_wtime()
13818 pacing_delay = (bbr_error_base_paceout + 2) << bbr->oerror_cnt; in bbr_output_wtime()
13838 pacing_delay = (bbr_error_base_paceout + 3) << bbr->oerror_cnt; in bbr_output_wtime()