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.c157 static int32_t bbr_error_base_paceout = 10000; /* usec to pace */ variable
1741 &bbr_error_base_paceout, 10000, in bbr_init_sysctls()
13795 slot = (bbr_error_base_paceout + 1) << bbr->oerror_cnt; in bbr_output_wtime()
13850 if (slot < bbr_error_base_paceout) in bbr_output_wtime()
13851 slot = (bbr_error_base_paceout + 2) << bbr->oerror_cnt; in bbr_output_wtime()
13853 slot = (bbr_error_base_paceout + 2) << bbr->oerror_cnt; in bbr_output_wtime()
13873 slot = (bbr_error_base_paceout + 3) << bbr->oerror_cnt; in bbr_output_wtime()