Searched refs:defmap (Results 1 - 5 of 5) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/iproute2/examples/
H A Dcbqinit.eth132 # defmap and split say that best effort ttraffic, not classfied
37 prio 6 maxburst 50 avpkt 1000 split 1:0 defmap ff3d
49 prio 2 maxburst 100 avpkt 1000 split 1:0 defmap c0
57 prio 7 maxburst 10 avpkt 1000 split 1:0 defmap 2
75 prio 6 maxburst 10 split 1:7FFE defmap ffff
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/sched/
H A Dsch_cbq.c58 u32 defmap; member in struct:cbq_class
200 struct cbq_class **defmap; local
215 defmap = head->defaults;
226 else if ((cl = defmap[res.classid&TC_PRIO_MAX]) == NULL)
227 cl = defmap[TC_PRIO_BESTEFFORT];
1079 if (split->defaults[i] == cl && !(cl->defmap&(1<<i)))
1094 c->defmap&(1<<i)) {
1123 cl->defmap = 0;
1126 cl->defmap = def&mask;
1128 cl->defmap
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/iproute2/tc/
H A Dq_cbq.c34 fprintf(stderr, " [ split CLASSID ] [ defmap MASK/CHANGE ]\n");
310 } else if (strcmp(*argv, "defmap") == 0) {
313 err = sscanf(*argv, "%08x/%08x", &fopt.defmap, &fopt.defchange);
315 fprintf(stderr, "Invalid defmap, should be MASK32[/MASK]\n");
522 if (fopt->defmap) {
523 fprintf(f, "defmap %08x", fopt->defmap);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/iproute2/include/linux/
H A Dpkt_sched.h370 __u32 defmap; member in struct:tc_cbq_fopt
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dpkt_sched.h368 __u32 defmap; member in struct:tc_cbq_fopt

Completed in 100 milliseconds