Home
last modified time | relevance | path

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

/dpdk/lib/flow_classify/
H A Dversion.map7 rte_flow_classify_table_create;
H A Drte_flow_classify.h184 rte_flow_classify_table_create(struct rte_flow_classifier *cls,
H A Drte_flow_classify.c371 rte_flow_classify_table_create(struct rte_flow_classifier *cls, in rte_flow_classify_table_create() function
/dpdk/doc/guides/prog_guide/
H A Dflow_classify_lib.rst81 rte_flow_classify_table_create(struct rte_flow_classifier *cls,
231 ``rte_flow_classify_table_create`` API.
/dpdk/app/test/
H A Dtest_flow_classify.c860 ret = rte_flow_classify_table_create(cls->cls, &cls_table_params); in test_flow_classify()
/dpdk/examples/flow_classify/
H A Dflow_classify.c848 ret = rte_flow_classify_table_create(cls_app->cls, &cls_table_params); in main()