Searched refs:MAX_DPs (Results 1 - 19 of 19) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/iproute2/tc/
H A Dq_gred.c64 if (opt.DPs >MAX_DPs) { /* need a better error check */
68 "currently supported\n",MAX_DPs);
162 if (opt.DP >MAX_DPs) { /* need a better error check */
165 fprintf(stderr, "GRED: only %d DPs are currently supported\n",MAX_DPs);
275 if (RTA_PAYLOAD(tb[TCA_GRED_PARMS]) < sizeof(*qopt)*MAX_DPs) {
282 for (i=0;i<MAX_DPs;i++, qopt++) {
283 if (qopt->DP >= MAX_DPs) continue;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/iproute2-3.x/tc/
H A Dq_gred.c64 if (dps < 0 || dps >MAX_DPs) {
68 "currently supported\n",MAX_DPs);
164 if (opt.DP >MAX_DPs) { /* need a better error check */
167 fprintf(stderr, "GRED: only %d DPs are currently supported\n",MAX_DPs);
274 if (RTA_PAYLOAD(tb[TCA_GRED_PARMS]) < sizeof(*qopt)*MAX_DPs) {
281 for (i=0;i<MAX_DPs;i++, qopt++) {
282 if (qopt->DP >= MAX_DPs) continue;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/iproute2/tc/
H A Dq_gred.c64 if (opt.DPs >MAX_DPs) { /* need a better error check */
68 "currently supported\n",MAX_DPs);
162 if (opt.DP >MAX_DPs) { /* need a better error check */
165 fprintf(stderr, "GRED: only %d DPs are currently supported\n",MAX_DPs);
275 if (RTA_PAYLOAD(tb[TCA_GRED_PARMS]) < sizeof(*qopt)*MAX_DPs) {
282 for (i=0;i<MAX_DPs;i++, qopt++) {
283 if (qopt->DP >= MAX_DPs) continue;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/iproute2-3.x/tc/
H A Dq_gred.c64 if (dps < 0 || dps >MAX_DPs) {
68 "currently supported\n",MAX_DPs);
164 if (opt.DP >MAX_DPs) { /* need a better error check */
167 fprintf(stderr, "GRED: only %d DPs are currently supported\n",MAX_DPs);
274 if (RTA_PAYLOAD(tb[TCA_GRED_PARMS]) < sizeof(*qopt)*MAX_DPs) {
281 for (i=0;i<MAX_DPs;i++, qopt++) {
282 if (qopt->DP >= MAX_DPs) continue;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/iproute2/tc/
H A Dq_gred.c64 if (opt.DPs >MAX_DPs) { /* need a better error check */
68 "currently supported\n",MAX_DPs);
162 if (opt.DP >MAX_DPs) { /* need a better error check */
165 fprintf(stderr, "GRED: only %d DPs are currently supported\n",MAX_DPs);
275 if (RTA_PAYLOAD(tb[TCA_GRED_PARMS]) < sizeof(*qopt)*MAX_DPs) {
282 for (i=0;i<MAX_DPs;i++, qopt++) {
283 if (qopt->DP >= MAX_DPs) continue;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/iproute2-3.x/tc/
H A Dq_gred.c64 if (dps < 0 || dps >MAX_DPs) {
68 "currently supported\n",MAX_DPs);
164 if (opt.DP >MAX_DPs) { /* need a better error check */
167 fprintf(stderr, "GRED: only %d DPs are currently supported\n",MAX_DPs);
274 if (RTA_PAYLOAD(tb[TCA_GRED_PARMS]) < sizeof(*qopt)*MAX_DPs) {
281 for (i=0;i<MAX_DPs;i++, qopt++) {
282 if (qopt->DP >= MAX_DPs) continue;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/net/sched/
H A Dsch_gred.c29 #define GRED_DEF_PRIO (MAX_DPs / 2)
30 #define GRED_VQ_MASK (MAX_DPs - 1)
55 struct gred_sched_data *tab[MAX_DPs];
345 if (sopt->DPs > MAX_DPs || sopt->DPs == 0 || sopt->def_DP >= sopt->DPs)
370 for (i = table->DPs; i < MAX_DPs; i++) {
517 for (i = 0; i < MAX_DPs; i++) {
528 opt.DP = MAX_DPs + i;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/net/sched/
H A Dsch_gred.c29 #define GRED_DEF_PRIO (MAX_DPs / 2)
30 #define GRED_VQ_MASK (MAX_DPs - 1)
55 struct gred_sched_data *tab[MAX_DPs];
345 if (sopt->DPs > MAX_DPs || sopt->DPs == 0 || sopt->def_DP >= sopt->DPs)
370 for (i = table->DPs; i < MAX_DPs; i++) {
517 for (i = 0; i < MAX_DPs; i++) {
528 opt.DP = MAX_DPs + i;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/iproute2/include/linux/
H A Dpkt_sched.h216 #define MAX_DPs 16 macro
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/include/linux/
H A Dpkt_sched.h210 #define MAX_DPs 16 macro
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/include/linux/
H A Dpkt_sched.h210 #define MAX_DPs 16 macro
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/iproute2/include/linux/
H A Dpkt_sched.h216 #define MAX_DPs 16 macro
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/toolchains/hndtools-arm-linux-2.6.36-uclibc-4.5.3/usr/include/linux/
H A Dpkt_sched.h210 #define MAX_DPs 16 macro
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/toolchains/hndtools-arm-linux-2.6.36-uclibc-4.5.3/arm-brcm-linux-uclibcgnueabi/sysroot/usr/include/linux/
H A Dpkt_sched.h210 #define MAX_DPs 16 macro
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/toolchains/hndtools-arm-linux-2.6.36-uclibc-4.5.3/arm-linux/sysroot/usr/include/linux/
H A Dpkt_sched.h210 #define MAX_DPs 16 macro
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/iproute2/include/linux/
H A Dpkt_sched.h216 #define MAX_DPs 16 macro
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/iproute2-3.x/include/linux/
H A Dpkt_sched.h240 #define MAX_DPs 16 macro
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/iproute2-3.x/include/linux/
H A Dpkt_sched.h240 #define MAX_DPs 16 macro
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/iproute2-3.x/include/linux/
H A Dpkt_sched.h240 #define MAX_DPs 16 macro

Completed in 388 milliseconds