Lines Matching defs:table_id

2169 "pipeline <pipeline_name> port in <port_id> table <table_id>\n";
2178 uint32_t port_id, table_id;
2208 if (parser_read_uint32(&table_id, tokens[6]) != 0) {
2209 snprintf(out, out_size, MSG_ARG_INVALID, "table_id");
2215 table_id);
2474 "pipeline <pipeline_name> table <table_id> stats read [clear]\n";
2492 uint32_t table_id;
2507 if (parser_read_uint32(&table_id, tokens[3]) != 0) {
2508 snprintf(out, out_size, MSG_ARG_INVALID, "table_id");
2533 table_id,
2996 * | table <table_id>
4255 "pipeline <pipeline_name> table <table_id> rule add\n"
4268 uint32_t table_id, t0, n_tokens_parsed;
4283 if (parser_read_uint32(&table_id, tokens[3]) != 0) {
4284 snprintf(out, out_size, MSG_ARG_INVALID, "table_id");
4325 status = pipeline_table_rule_add(pipeline_name, table_id, &m, &a);
4337 "pipeline <pipeline_name> table <table_id> rule add\n"
4345 " | table <table_id>\n";
4355 uint32_t table_id;
4370 if (parser_read_uint32(&table_id, tokens[3]) != 0) {
4371 snprintf(out, out_size, MSG_ARG_INVALID, "table_id");
4445 snprintf(out, out_size, MSG_ARG_INVALID, "table_id");
4458 table_id,
4468 "pipeline <pipeline_name> table <table_id> rule add bulk <file_name>\n"
4490 uint32_t table_id, n_rules, n_rules_added, n_rules_not_added, line_number;
4505 if (parser_read_uint32(&table_id, tokens[3]) != 0) {
4506 snprintf(out, out_size, MSG_ARG_INVALID, "table_id");
4542 table_id,
4558 "pipeline <pipeline_name> table <table_id> rule delete\n"
4569 uint32_t table_id, n_tokens_parsed, t0;
4584 if (parser_read_uint32(&table_id, tokens[3]) != 0) {
4585 snprintf(out, out_size, MSG_ARG_INVALID, "table_id");
4617 table_id,
4627 "pipeline <pipeline_name> table <table_id> rule delete\n"
4638 uint32_t table_id;
4653 if (parser_read_uint32(&table_id, tokens[3]) != 0) {
4654 snprintf(out, out_size, MSG_ARG_INVALID, "table_id");
4679 table_id);
4721 uint32_t table_id,
4737 (table_id >= p->n_tables))
4740 table = &p->table[table_id];
5035 "pipeline <pipeline_name> table <table_id> rule show\n"
5045 uint32_t table_id;
5060 if (parser_read_uint32(&table_id, tokens[3]) != 0) {
5061 snprintf(out, out_size, MSG_ARG_INVALID, "table_id");
5082 status = table_rule_show(pipeline_name, table_id, file_name);
5090 "pipeline <pipeline_name> table <table_id> rule read stats [clear]\n"
5102 uint32_t table_id, n_tokens_parsed;
5117 if (parser_read_uint32(&table_id, tokens[3]) != 0) {
5118 snprintf(out, out_size, MSG_ARG_INVALID, "table_id");
5172 table_id,
5200 "pipeline <pipeline_name> table <table_id> meter profile <meter_profile_id>\n"
5212 uint32_t table_id, meter_profile_id;
5227 if (parser_read_uint32(&table_id, tokens[3]) != 0) {
5228 snprintf(out, out_size, MSG_ARG_INVALID, "table_id");
5342 table_id,
5353 "pipeline <pipeline_name> table <table_id>\n"
5363 uint32_t table_id, meter_profile_id;
5378 if (parser_read_uint32(&table_id, tokens[3]) != 0) {
5379 snprintf(out, out_size, MSG_ARG_INVALID, "table_id");
5404 table_id,
5414 "pipeline <pipeline_name> table <table_id> rule read meter [clear]\n"
5426 uint32_t table_id, n_tokens_parsed;
5441 if (parser_read_uint32(&table_id, tokens[3]) != 0) {
5442 snprintf(out, out_size, MSG_ARG_INVALID, "table_id");
5496 table_id,
5510 "pipeline <pipeline_name> table <table_id> dscp <file_name>\n"
5615 uint32_t table_id, line_number;
5630 if (parser_read_uint32(&table_id, tokens[3]) != 0) {
5631 snprintf(out, out_size, MSG_ARG_INVALID, "table_id");
5649 table_id,
5660 "pipeline <pipeline_name> table <table_id> rule read ttl [clear]\n"
5672 uint32_t table_id, n_tokens_parsed;
5687 if (parser_read_uint32(&table_id, tokens[3]) != 0) {
5688 snprintf(out, out_size, MSG_ARG_INVALID, "table_id");
5742 table_id,
5757 "pipeline <pipeline_name> table <table_id> rule read time\n"
5769 uint32_t table_id, n_tokens_parsed;
5784 if (parser_read_uint32(&table_id, tokens[3]) != 0) {
5785 snprintf(out, out_size, MSG_ARG_INVALID, "table_id");
5831 table_id,