Searched refs:high_rate (Results 1 – 1 of 1) sorted by relevance
2606 uint64_t bw_est, high_rate; in rack_get_output_bw() local2619 high_rate = tcp_hw_highest_rate(rack->r_ctl.crte); in rack_get_output_bw()2620 if (bw_est >= high_rate) { in rack_get_output_bw()2623 (((high_rate * (100 + rack_hw_rate_cap_per)) / 100) < bw_est)) { in rack_get_output_bw()2628 bw_est, high_rate, __LINE__, in rack_get_output_bw()2630 bw_est = high_rate; in rack_get_output_bw()2646 high_rate = tcp_hw_highest_rate_ifp(rack->rc_inp->inp_route.ro_nh->nh_ifp, rack->rc_inp); in rack_get_output_bw()2647 if (high_rate) { in rack_get_output_bw()2649 if (bw_est > high_rate) { in rack_get_output_bw()2650 bw_est = high_rate; in rack_get_output_bw()[all …]