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
1731 &bbr_error_base_paceout, 10000, in bbr_init_sysctls()
13766 slot = (bbr_error_base_paceout + 1) << bbr->oerror_cnt; in bbr_output_wtime()
13821 if (slot < bbr_error_base_paceout) in bbr_output_wtime()
13822 slot = (bbr_error_base_paceout + 2) << bbr->oerror_cnt; in bbr_output_wtime()
13824 slot = (bbr_error_base_paceout + 2) << bbr->oerror_cnt; in bbr_output_wtime()
13844 slot = (bbr_error_base_paceout + 3) << bbr->oerror_cnt; in bbr_output_wtime()