Home | History | Annotate | Download | only in tc

Lines Matching refs:argv

32 static int dsmark_parse_opt(struct qdisc_util *qu, int argc, char **argv,
43 if (!strcmp(*argv,"indices")) {
45 ind = strtoul(*argv,&end,0);
51 else if (!strcmp(*argv,"default_index") || !strcmp(*argv,
54 dflt = strtoul(*argv,&end,0);
60 else if (!strcmp(*argv,"set_tc_index")) {
68 argv++;
94 static int dsmark_parse_class_opt(struct qdisc_util *qu, int argc, char **argv,
104 if (!strcmp(*argv,"mask")) {
106 tmp = strtoul(*argv,&end,0);
113 else if (!strcmp(*argv,"value")) {
115 tmp = strtoul(*argv,&end,0);
127 argv++;