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
1635 &bbr_tlp_min, 10000, in bbr_init_sysctls()
4207 if (thresh < bbr_tlp_min) { in bbr_calc_thresh_tlp()
4208 thresh = bbr_tlp_min; in bbr_calc_thresh_tlp()