Home
last modified time | relevance | path

Searched refs:rte_swx_table_selector_params (Results 1 – 4 of 4) sorted by relevance

/dpdk/lib/table/
H A Drte_swx_table_selector.h25 struct rte_swx_table_selector_params { struct
120 rte_swx_table_selector_create(struct rte_swx_table_selector_params *params,
H A Drte_swx_table_selector.c164 struct rte_swx_table_selector_params params;
203 table_create_check(struct rte_swx_table_selector_params *params) in table_create_check()
220 table_params_copy(struct table *t, struct rte_swx_table_selector_params *params) in table_params_copy()
228 memcpy(&t->params, params, sizeof(struct rte_swx_table_selector_params)); in table_params_copy()
263 rte_swx_table_selector_create(struct rte_swx_table_selector_params *params, in rte_swx_table_selector_create()
/dpdk/lib/pipeline/
H A Drte_swx_pipeline.c7883 selector_params_free(struct rte_swx_table_selector_params *params) in selector_params_free()
7893 static struct rte_swx_table_selector_params *
7896 struct rte_swx_table_selector_params *params = NULL; in selector_table_params_get()
7901 params = calloc(1, sizeof(struct rte_swx_table_selector_params)); in selector_table_params_get()
8608 struct rte_swx_table_selector_params *params; in table_state_build()
H A Drte_swx_ctl.c123 struct rte_swx_table_selector_params params;