Home
last modified time | relevance | path

Searched refs:rte_table_action_profile_create (Results 1 – 5 of 5) sorted by relevance

/f-stack/dpdk/lib/librte_pipeline/
H A Dversion.map51 rte_table_action_profile_create;
H A Drte_table_action.h828 rte_table_action_profile_create(struct rte_table_action_common_config *common);
H A Drte_table_action.c2382 rte_table_action_profile_create(struct rte_table_action_common_config *common) in rte_table_action_profile_create() function
/f-stack/dpdk/examples/ip_pipeline/
H A Daction.c234 ap = rte_table_action_profile_create(&params->common); in table_action_profile_create()
/f-stack/dpdk/drivers/net/softnic/
H A Drte_eth_softnic_action.c265 ap = rte_table_action_profile_create(&params->common); in softnic_table_action_profile_create()