Home
last modified time | relevance | path

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

/freebsd/sys/netinet/tcp_stacks/
H A Dbbr.c337 static int32_t bbr_tlp_min = 10000; /* 10ms in usecs */ variable
1643 &bbr_tlp_min, 10000, in bbr_init_sysctls()
4218 if (thresh < bbr_tlp_min) { in bbr_calc_thresh_tlp()
4219 thresh = bbr_tlp_min; in bbr_calc_thresh_tlp()