Home
last modified time | relevance | path

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

/freebsd/sys/netinet/tcp_stacks/
H A Dbbr.c327 static const int32_t bbr_min_req_free = 2; /* The min we must have on the variable
3344 if (bbr->r_ctl.rc_free_cnt < bbr_min_req_free) { in bbr_free()
12122 while (bbr->r_ctl.rc_free_cnt < bbr_min_req_free) { in bbr_output_wtime()