Searched refs:cls_table_params (Results 1 – 2 of 2) sorted by relevance
830 struct rte_flow_classify_table_params cls_table_params; in test_flow_classify() local856 cls_table_params.ops = &rte_table_acl_ops; in test_flow_classify()857 cls_table_params.arg_create = &table_acl_params; in test_flow_classify()858 cls_table_params.type = RTE_FLOW_CLASSIFY_TABLE_ACL_IP4_5TUPLE; in test_flow_classify()860 ret = rte_flow_classify_table_create(cls->cls, &cls_table_params); in test_flow_classify()
777 struct rte_flow_classify_table_params cls_table_params; in main() local844 cls_table_params.ops = &rte_table_acl_ops; in main()845 cls_table_params.arg_create = &table_acl_params; in main()846 cls_table_params.type = RTE_FLOW_CLASSIFY_TABLE_ACL_IP4_5TUPLE; in main()848 ret = rte_flow_classify_table_create(cls_app->cls, &cls_table_params); in main()