Lines Matching defs:argv
70 char **argv;
72 argv = *ptr_argv;
75 if (matches(*argv, "bpf") != 0)
84 if (matches(*argv, "run") == 0) {
88 if (bpf_parse_common(&argc, &argv, nla_tbl, bpf_type,
93 } else if (matches(*argv, "help") == 0) {
96 } else if (matches(*argv, "index") == 0) {
111 if (matches(*argv, "reclassify") == 0) {
114 } else if (matches(*argv, "pipe") == 0) {
117 } else if (matches(*argv, "drop") == 0 ||
118 matches(*argv, "shot") == 0) {
121 } else if (matches(*argv, "continue") == 0) {
124 } else if (matches(*argv, "pass") == 0 ||
125 matches(*argv, "ok") == 0) {
132 if (matches(*argv, "index") == 0) {
134 if (get_u32(&parm.index, *argv, 10)) {
150 *ptr_argv = argv;