HomeSort by relevance Sort by last modified time
    Searched refs:qth_max (Results 1 - 11 of 11) sorted by null

  /external/iproute2/tc/
q_red.c 68 if (get_size(&opt.qth_max, *argv)) {
121 if (!opt.qth_min || !opt.qth_max || !burst || !opt.limit || !avpkt) {
133 if ((wlog = tc_red_eval_P(opt.qth_min, opt.qth_max, probability)) < 0) {
181 sprint_size(qopt->qth_max, b3));
q_gred.c 158 if (get_size(&opt.qth_max, *argv)) {
224 if (!opt.qth_min || !opt.qth_max || !burst || !opt.limit || !avpkt ||
239 if ((wlog = tc_red_eval_P(opt.qth_min, opt.qth_max, probability)) < 0) {
306 sprint_size(qopt->qth_max, b3));
  /bionic/libc/kernel/common/linux/
pkt_sched.h 153 __u32 qth_max; member in struct:tc_red_qopt
187 __u32 qth_max; member in struct:tc_gred_qopt
  /external/iproute2/include/linux/
pkt_sched.h 203 __u32 qth_max; /* Max average length threshold (bytes) */ member in struct:tc_red_qopt
205 unsigned char Plog; /* log(P_max/(qth_max-qth_min)) */
239 __u32 qth_max; /* Max average length threshold (bytes) */ member in struct:tc_gred_qopt
248 __u8 Plog; /* log(P_max/(qth_max-qth_min)) */
  /external/kernel-headers/original/linux/
pkt_sched.h 203 __u32 qth_max; /* Max average length threshold (bytes) */ member in struct:tc_red_qopt
205 unsigned char Plog; /* log(P_max/(qth_max-qth_min)) */
239 __u32 qth_max; /* Max average length threshold (bytes) */ member in struct:tc_gred_qopt
248 __u8 Plog; /* log(P_max/(qth_max-qth_min)) */
  /ndk/build/platforms/android-3/arch-arm/usr/include/linux/
pkt_sched.h 119 __u32 qth_max; member in struct:tc_red_qopt
153 __u32 qth_max; member in struct:tc_gred_qopt
  /ndk/build/platforms/android-4/arch-arm/usr/include/linux/
pkt_sched.h 119 __u32 qth_max; member in struct:tc_red_qopt
153 __u32 qth_max; member in struct:tc_gred_qopt
  /ndk/build/platforms/android-5/arch-arm/usr/include/linux/
pkt_sched.h 119 __u32 qth_max; member in struct:tc_red_qopt
153 __u32 qth_max; member in struct:tc_gred_qopt
  /ndk/build/platforms/android-5/arch-x86/usr/include/linux/
pkt_sched.h 119 __u32 qth_max; member in struct:tc_red_qopt
153 __u32 qth_max; member in struct:tc_gred_qopt
  /ndk/build/platforms/android-8/arch-arm/usr/include/linux/
pkt_sched.h 119 __u32 qth_max; member in struct:tc_red_qopt
153 __u32 qth_max; member in struct:tc_gred_qopt
  /ndk/build/platforms/android-8/arch-x86/usr/include/linux/
pkt_sched.h 119 __u32 qth_max; member in struct:tc_red_qopt
153 __u32 qth_max; member in struct:tc_gred_qopt

Completed in 104 milliseconds