Home
last modified time | relevance | path

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

/f-stack/dpdk/app/test-acl/
H A Dmain.c40 #define OPT_MAX_SIZE "maxsize" macro
963 "[--" OPT_MAX_SIZE in print_usage()
986 fprintf(f, "%s:%zu\n", OPT_MAX_SIZE, config.max_size); in dump_config()
1013 {OPT_MAX_SIZE, 1, 0, 0}, in get_input_opts()
1040 } else if (strcmp(lgopts[opt_idx].name, OPT_MAX_SIZE) == 0) { in get_input_opts()