Searched refs:DPs (Results 1 - 4 of 4) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/router/iproute2/tc/
H A Dq_gred.c45 fprintf(stderr," gred setup DPs <num of DPs> default <default DP> "
60 if (strcmp(*argv, "DPs") == 0) {
63 opt.DPs=strtol(*argv, (char **)NULL, 10);
64 if (opt.DPs >MAX_DPs) { /* need a better error check */
65 fprintf(stderr, "DPs =%u \n",opt.DPs);
66 fprintf(stderr, "Illegal \"DPs\"\n");
67 fprintf(stderr, "GRED: only %d DPs are "
74 if (!opt.DPs) {
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/net/sched/
H A Dsch_gred.c89 u32 DPs; member in struct:gred_sched
111 if ( ((skb->tc_index&0xf) > t->DPs) || !(q=t->tab[skb->tc_index&0xf])) {
128 for (i=0;i<t->DPs;i++) {
301 for (i=0;i<t->DPs;i++) {
336 table->DPs=sopt->DPs;
346 if (!table->DPs || tb[TCA_GRED_PARMS-1] == 0 || tb[TCA_GRED_STAB-1] == 0 ||
410 for (i=0;i<table->DPs;i++) {
477 table->DPs=sopt->DPs;
[all...]
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/linux/
H A Dpkt_sched.h228 __u32 DP; /* upto 2^32 DPs */
246 __u32 DPs; member in struct:tc_gred_sopt
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/linux/
H A Dpkt_sched.h228 __u32 DP; /* upto 2^32 DPs */
246 __u32 DPs; member in struct:tc_gred_sopt

Completed in 179 milliseconds