HomeSort by relevance Sort by last modified time
    Searched full:get_rate64 (Results 1 - 5 of 5) sorted by null

  /external/iproute2/tc/
tc_util.h 71 int get_rate64(__u64 *rate, const char *str);
q_htb.c 182 if (get_rate64(&ceil64, *argv)) {
193 if (get_rate64(&rate64, *argv)) {
q_tbf.c 129 if (get_rate64(&rate64, *argv)) {
140 if (get_rate64(&prate64, *argv)) {
q_netem.c 402 if (get_rate64(&rate64, *argv)) {
tc_util.c 223 int get_rate64(__u64 *rate, const char *str) function

Completed in 279 milliseconds