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

/external/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
/external/iproute2/tc/
H A Dq_cbq.c34 fprintf(stderr, " [ split CLASSID ] [ defmap MASK/CHANGE ]\n");
324 } else if (matches(*argv, "defmap") == 0) {
327 err = sscanf(*argv, "%08x/%08x", &fopt.defmap, &fopt.defchange);
329 fprintf(stderr, "Invalid defmap, should be MASK32[/MASK]\n");
549 if (fopt->defmap) {
550 fprintf(f, "defmap %08x", fopt->defmap);
/external/libnl/include/linux/
H A Dpkt_sched.h377 __u32 defmap; member in struct:tc_cbq_fopt
/external/libnl/lib/route/sch/
H A Dcbq.c217 nl_dump(p, "split %s defmap 0x%08x ",
219 cbq->cbq_fopt.defmap);
/external/iproute2/include/linux/
H A Dpkt_sched.h448 __u32 defmap; member in struct:tc_cbq_fopt
/external/kernel-headers/original/uapi/linux/
H A Dpkt_sched.h463 __u32 defmap; member in struct:tc_cbq_fopt

Completed in 134 milliseconds