Home
last modified time | relevance | path

Searched refs:OPT_RULE_NUM (Results 1 – 1 of 1) sorted by relevance

/dpdk/app/test-acl/
H A Dmain.c34 #define OPT_RULE_NUM "rulenum" macro
984 "[--" OPT_RULE_NUM in print_usage()
1014 fprintf(f, "%s:%u\n", OPT_RULE_NUM, config.nb_rules); in dump_config()
1045 {OPT_RULE_NUM, 1, 0, 0}, in get_input_opts()
1070 } else if (strcmp(lgopts[opt_idx].name, OPT_RULE_NUM) == 0) { in get_input_opts()