Home
last modified time | relevance | path

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

/freebsd/sys/netinet/tcp_stacks/
H A Drack.c279 static int32_t rack_rto_max = 4000000; /* 4 seconds in usec's */ variable
1450 &rack_rto_max, 4000000, in rack_init_sysctls()
2960 log.u_bbr.epoch = rack_rto_max; in rack_log_rtt_sample()
5995 if (thresh > rack_rto_max) { in rack_calc_thresh_rack()
5996 thresh = rack_rto_max; in rack_calc_thresh_rack()
6077 if (thresh > rack_rto_max) { in rack_calc_thresh_tlp()
6078 thresh = rack_rto_max; in rack_calc_thresh_tlp()
6430 rack_rto_min, rack_rto_max, rack->r_ctl.timer_slop); in rack_enter_persist()
6491 rack_rto_min, rack_rto_max, rack->r_ctl.timer_slop); in rack_exit_persist()
7631 if (tp->t_rxtcur > rack_rto_max) { in rack_convert_rtts()
[all …]