Home
last modified time | relevance | path

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

/freebsd-13.1/sys/netinet/tcp_stacks/
H A Dtcp_bbr.h750 oerror_cnt:4, member
H A Dbbr.c13763 bbr->oerror_cnt = 0; in bbr_output_wtime()
13892 if (bbr->oerror_cnt < 0xf) in bbr_output_wtime()
13893 bbr->oerror_cnt++; in bbr_output_wtime()
13894 if (bbr_max_net_error_cnt && (bbr->oerror_cnt >= bbr_max_net_error_cnt)) { in bbr_output_wtime()
13911 slot = (bbr_error_base_paceout + 1) << bbr->oerror_cnt; in bbr_output_wtime()
13957 slot = (bbr_error_base_paceout + 2) << bbr->oerror_cnt; in bbr_output_wtime()
13959 slot = (bbr_error_base_paceout + 2) << bbr->oerror_cnt; in bbr_output_wtime()
13977 slot = (bbr_error_base_paceout + 3) << bbr->oerror_cnt; in bbr_output_wtime()