Home
last modified time | relevance | path

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

/f-stack/freebsd/netinet/tcp_stacks/
H A Dbbr.c168 static int32_t bbr_error_base_paceout = 10000; /* usec to pace */ variable
1752 &bbr_error_base_paceout, 10000, in bbr_init_sysctls()
13982 slot = (bbr_error_base_paceout + 1) << bbr->oerror_cnt; in bbr_output_wtime()
14027 if (slot < bbr_error_base_paceout) in bbr_output_wtime()
14028 slot = (bbr_error_base_paceout + 2) << bbr->oerror_cnt; in bbr_output_wtime()
14030 slot = (bbr_error_base_paceout + 2) << bbr->oerror_cnt; in bbr_output_wtime()
14048 slot = (bbr_error_base_paceout + 3) << bbr->oerror_cnt; in bbr_output_wtime()