Lines Matching refs:argv
33 static int sfq_parse_opt(struct qdisc_util *qu, int argc, char **argv, struct nlmsghdr *n)
41 if (strcmp(*argv, "quantum") == 0) {
43 if (get_size(&opt.quantum, *argv)) {
48 } else if (strcmp(*argv, "perturb") == 0) {
50 if (get_integer(&opt.perturb_period, *argv, 0)) {
55 } else if (strcmp(*argv, "limit") == 0) {
57 if (get_u32(&opt.limit, *argv, 0)) {
66 } else if (strcmp(*argv, "help") == 0) {
70 fprintf(stderr, "What is \"%s\"?\n", *argv);
74 argc--; argv++;