Searched refs:cls_table_params (Results 1 – 3 of 3) sorted by relevance
819 struct rte_flow_classify_table_params cls_table_params; in test_flow_classify() local839 cls_table_params.ops = &rte_table_acl_ops; in test_flow_classify()840 cls_table_params.arg_create = &table_acl_params; in test_flow_classify()841 cls_table_params.type = RTE_FLOW_CLASSIFY_TABLE_ACL_IP4_5TUPLE; in test_flow_classify()843 ret = rte_flow_classify_table_create(cls->cls, &cls_table_params); in test_flow_classify()
769 struct rte_flow_classify_table_params cls_table_params; in main() local832 cls_table_params.ops = &rte_table_acl_ops; in main()833 cls_table_params.arg_create = &table_acl_params; in main()834 cls_table_params.type = RTE_FLOW_CLASSIFY_TABLE_ACL_IP4_5TUPLE; in main()836 ret = rte_flow_classify_table_create(cls_app->cls, &cls_table_params); in main()
232 cls_table_params.ops = &rte_table_acl_ops,233 cls_table_params.arg_create = &table_acl_params,234 cls_table_params.type = RTE_FLOW_CLASSIFY_TABLE_ACL_IP4_5TUPLE;236 ret = rte_flow_classify_table_create(cls_app->cls, &cls_table_params);