Searched refs:table_acl_params (Results 1 – 5 of 5) sorted by relevance
145 struct rte_table_acl_params table_acl_params = { in app_main_loop_worker_pipeline_acl() local152 memcpy(table_acl_params.field_format, ipv4_field_formats, in app_main_loop_worker_pipeline_acl()157 .arg_create = &table_acl_params, in app_main_loop_worker_pipeline_acl()
829 struct rte_table_acl_params table_acl_params; in test_flow_classify() local850 table_acl_params.n_rule_fields = RTE_DIM(ipv4_defs); in test_flow_classify()851 table_acl_params.name = "table_acl_ipv4_5tuple"; in test_flow_classify()852 table_acl_params.n_rules = FLOW_CLASSIFY_MAX_RULE_NUM; in test_flow_classify()853 memcpy(table_acl_params.field_format, ipv4_defs, sizeof(ipv4_defs)); in test_flow_classify()857 cls_table_params.arg_create = &table_acl_params; in test_flow_classify()
776 struct rte_table_acl_params table_acl_params; in main() local838 table_acl_params.name = "table_acl_ipv4_5tuple"; in main()839 table_acl_params.n_rules = FLOW_CLASSIFY_MAX_RULE_NUM; in main()840 table_acl_params.n_rule_fields = RTE_DIM(ipv4_defs); in main()841 memcpy(table_acl_params.field_format, ipv4_defs, sizeof(ipv4_defs)); in main()845 cls_table_params.arg_create = &table_acl_params; in main()
106 struct table_acl_params { struct136 struct table_acl_params acl;
1039 struct table_acl_params *t = &table->params.match.acl; in match_check()