HomeSort by relevance Sort by last modified time
    Searched refs:peakrate (Results 1 - 25 of 79) sorted by null

1 2 3 4

  /external/iproute2/tc/
q_tbf.c 29 fprintf(stderr, " [ peakrate KBPS ] [ latency TIME ] ");
123 } else if (matches(*argv, "peakrate") == 0) {
125 if (opt.peakrate.rate) {
126 fprintf(stderr, "Double \"peakrate\" spec\n");
129 if (get_rate(&opt.peakrate.rate, *argv)) {
130 explain1("peakrate");
168 if (opt.peakrate.rate) {
170 fprintf(stderr, "\"mtu\" is required, if \"peakrate\" is requested.\n");
182 if (opt.peakrate.rate) {
183 double lim2 = opt.peakrate.rate*(double)latency/TIME_UNITS_PER_SEC + mtu
    [all...]
m_police.c 38 fprintf(stderr, " [ peakrate BPS ] [ avrate BPS ] [ overhead BYTES ]\n");
212 } else if (matches(*argv, "peakrate") == 0) {
214 if (p.peakrate.rate) {
215 fprintf(stderr, "Double \"peakrate\" spec\n");
218 if (get_rate(&p.peakrate.rate, *argv)) {
219 explain1("peakrate");
266 if (p.peakrate.rate) {
268 fprintf(stderr, "\"peakrate\" requires \"rate\".\n");
272 fprintf(stderr, "\"mtu\" is required, if \"peakrate\" is requested.\n");
287 if (p.peakrate.rate)
    [all...]
  /bionic/libc/kernel/common/linux/
pkt_cls.h 131 struct tc_ratespec peakrate; member in struct:tc_police
pkt_sched.h 117 struct tc_ratespec peakrate; member in struct:tc_tbf_qopt
  /development/ndk/platforms/android-3/include/linux/
pkt_cls.h 119 struct tc_ratespec peakrate; member in struct:tc_police
pkt_sched.h 79 struct tc_ratespec peakrate; member in struct:tc_tbf_qopt
  /external/iproute2/examples/
cbq.init-v0.7.3 636 PEAK=${PEAK:+peakrate $PEAK}
908 TMP_PEAK=${TMP_PEAK:+peakrate $TMP_PEAK}
    [all...]
  /external/iproute2/include/linux/
pkt_cls.h 132 struct tc_ratespec peakrate; member in struct:tc_police
pkt_sched.h 134 struct tc_ratespec peakrate; member in struct:tc_tbf_qopt
  /external/kernel-headers/original/linux/
pkt_cls.h 135 struct tc_ratespec peakrate; member in struct:tc_police
pkt_sched.h 140 struct tc_ratespec peakrate; member in struct:tc_tbf_qopt
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
pkt_cls.h 134 struct tc_ratespec peakrate; member in struct:tc_police
pkt_sched.h 118 struct tc_ratespec peakrate; member in struct:tc_tbf_qopt
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
pkt_cls.h 134 struct tc_ratespec peakrate; member in struct:tc_police
pkt_sched.h 118 struct tc_ratespec peakrate; member in struct:tc_tbf_qopt
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
pkt_cls.h 134 struct tc_ratespec peakrate; member in struct:tc_police
pkt_sched.h 118 struct tc_ratespec peakrate; member in struct:tc_tbf_qopt
  /prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/linux/
pkt_cls.h 119 struct tc_ratespec peakrate; member in struct:tc_police
pkt_sched.h 79 struct tc_ratespec peakrate; member in struct:tc_tbf_qopt
  /prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/linux/
pkt_cls.h 119 struct tc_ratespec peakrate; member in struct:tc_police
pkt_sched.h 79 struct tc_ratespec peakrate; member in struct:tc_tbf_qopt
  /prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/linux/
pkt_cls.h 119 struct tc_ratespec peakrate; member in struct:tc_police
pkt_sched.h 79 struct tc_ratespec peakrate; member in struct:tc_tbf_qopt
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/linux/
pkt_cls.h 119 struct tc_ratespec peakrate; member in struct:tc_police
pkt_sched.h 79 struct tc_ratespec peakrate; member in struct:tc_tbf_qopt

Completed in 187 milliseconds

1 2 3 4