Lines Matching defs:clear
2224 "pipeline <pipeline_name> port in <port_id> stats read [clear]\n";
2240 int clear, status;
2274 clear = 0;
2276 if (strcmp(tokens[7], "clear") != 0) {
2277 snprintf(out, out_size, MSG_ARG_INVALID, "clear");
2281 clear = 1;
2287 clear);
2397 "pipeline <pipeline_name> port out <port_id> stats read [clear]\n";
2413 int clear, status;
2447 clear = 0;
2449 if (strcmp(tokens[7], "clear") != 0) {
2450 snprintf(out, out_size, MSG_ARG_INVALID, "clear");
2454 clear = 1;
2460 clear);
2474 "pipeline <pipeline_name> table <table_id> stats read [clear]\n";
2493 int clear, status;
2522 clear = 0;
2524 if (strcmp(tokens[6], "clear") != 0) {
2525 snprintf(out, out_size, MSG_ARG_INVALID, "clear");
2529 clear = 1;
2535 clear);
5090 "pipeline <pipeline_name> table <table_id> rule read stats [clear]\n"
5103 int clear = 0, status;
5140 /* clear */
5141 if (n_tokens && (strcmp(tokens[0], "clear") == 0)) {
5142 clear = 1;
5175 clear);
5414 "pipeline <pipeline_name> table <table_id> rule read meter [clear]\n"
5427 int clear = 0, status;
5464 /* clear */
5465 if (n_tokens && (strcmp(tokens[0], "clear") == 0)) {
5466 clear = 1;
5499 clear);
5660 "pipeline <pipeline_name> table <table_id> rule read ttl [clear]\n"
5673 int clear = 0, status;
5710 /* clear */
5711 if (n_tokens && (strcmp(tokens[0], "clear") == 0)) {
5712 clear = 1;
5745 clear);