Home
last modified time | relevance | path

Searched refs:rte_flow_classifier_create (Results 1 – 6 of 6) sorted by relevance

/dpdk/lib/flow_classify/
H A Dversion.map4 rte_flow_classifier_create;
H A Drte_flow_classify.h158 rte_flow_classifier_create(struct rte_flow_classifier_params *params);
H A Drte_flow_classify.c257 rte_flow_classifier_create(struct rte_flow_classifier_params *params) in rte_flow_classifier_create() function
/dpdk/doc/guides/prog_guide/
H A Dflow_classify_lib.rst57 rte_flow_classifier_create(struct rte_flow_classifier_params *params);
177 ``rte_flow_classifier_create`` API.
/dpdk/app/test/
H A Dtest_flow_classify.c841 cls->cls = rte_flow_classifier_create(&cls_params); in test_flow_classify()
/dpdk/examples/flow_classify/
H A Dflow_classify.c831 cls_app->cls = rte_flow_classifier_create(&cls_params); in main()