Home
last modified time | relevance | path

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

/f-stack/freebsd/netinet/
H A Dtcp_ratelimit.c755 uint64_t mbits_per_sec, ind_calc; in tcp_int_find_suitable_rate() local
758 mbits_per_sec = (bytes_per_sec * 8); in tcp_int_find_suitable_rate()
760 if ((mbits_per_sec < RS_ONE_MEGABIT_PERSEC) && in tcp_int_find_suitable_rate()
775 } else if ((mbits_per_sec > RS_ONE_GIGABIT_PERSEC) && in tcp_int_find_suitable_rate()
781 if (mbits_per_sec < RS_TEN_GIGABIT_PERSEC) in tcp_int_find_suitable_rate()
793 ind_calc = mbits_per_sec/RS_ONE_MEGABIT_PERSEC; in tcp_int_find_suitable_rate()
806 if ((mbits_per_sec < RS_ONE_MEGABIT_PERSEC) && in tcp_int_find_suitable_rate()
823 ind_calc = mbits_per_sec/RS_ONE_MEGABIT_PERSEC; in tcp_int_find_suitable_rate()
837 if ((mbits_per_sec < RS_ONE_MEGABIT_PERSEC) && in tcp_int_find_suitable_rate()
852 } else if (mbits_per_sec > RS_ONE_GIGABIT_PERSEC) { in tcp_int_find_suitable_rate()
[all …]