Home | History | Annotate | Download | only in tc

Lines Matching refs:matches

223 	if (matches(*argv, "qdisc") == 0)
226 if (matches(*argv, "class") == 0)
229 if (matches(*argv, "filter") == 0)
232 if (matches(*argv, "actions") == 0)
235 if (matches(*argv, "monitor") == 0)
238 if (matches(*argv, "help") == 0) {
305 if (matches(argv[1], "-stats") == 0 ||
306 matches(argv[1], "-statistics") == 0) {
308 } else if (matches(argv[1], "-details") == 0) {
310 } else if (matches(argv[1], "-raw") == 0) {
312 } else if (matches(argv[1], "-pretty") == 0) {
314 } else if (matches(argv[1], "-Version") == 0) {
317 } else if (matches(argv[1], "-iec") == 0) {
319 } else if (matches(argv[1], "-help") == 0) {
322 } else if (matches(argv[1], "-force") == 0) {
325 } else if (matches(argv[1], "-batch") == 0) {