Home
last modified time | relevance | path

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

/dpdk/examples/ip_pipeline/
H A Dpipeline.h99 TABLE_ACL, enumerator
H A Dthread.c1037 case TABLE_ACL: in match_check()
1605 .bulk_supported = table->params.match_type == TABLE_ACL, in pipeline_table_rule_add_bulk()
1630 req->table_rule_add_bulk.bulk = table->params.match_type == TABLE_ACL; in pipeline_table_rule_add_bulk()
2356 case TABLE_ACL: in match_convert()
H A Dpipeline.c824 case TABLE_ACL: in pipeline_table_create()
H A Dcli.c2028 p.match_type = TABLE_ACL; in cmd_pipeline_table()
2711 m->match_type = TABLE_ACL; in parse_match()
4847 case TABLE_ACL: in table_rule_show()
/dpdk/drivers/net/softnic/
H A Drte_eth_softnic_thread.c1063 case TABLE_ACL: in match_check()
1449 (p->table[table_id].params.match_type == TABLE_ACL) ? 1 : 0; in softnic_pipeline_table_rule_add_bulk()
1546 (p->table[table_id].params.match_type == TABLE_ACL) ? 1 : 0; in softnic_pipeline_table_rule_add_bulk()
2208 case TABLE_ACL: in match_convert()
H A Drte_eth_softnic_internals.h459 TABLE_ACL, enumerator
H A Drte_eth_softnic_flow.c660 rule_match->match_type = TABLE_ACL; in flow_rule_match_acl_get()
1127 case TABLE_ACL: in flow_rule_match_get()
H A Drte_eth_softnic_pipeline.c850 case TABLE_ACL: in softnic_pipeline_table_create()
H A Drte_eth_softnic_cli.c2722 p.match_type = TABLE_ACL; in cmd_pipeline_table()
3414 m->match_type = TABLE_ACL; in parse_match()