Home
last modified time | relevance | path

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

/f-stack/dpdk/lib/librte_table/
H A Dversion.map14 rte_table_hash_lru_ops;
H A Drte_table_hash.h96 extern struct rte_table_ops rte_table_hash_lru_ops;
H A Drte_table_hash_lru.c950 struct rte_table_ops rte_table_hash_lru_ops = { variable
/f-stack/dpdk/app/test-pipeline/
H A Dpipeline_hash.c191 .ops = &rte_table_hash_lru_ops, in app_main_loop_worker_pipeline_hash()
/f-stack/dpdk/drivers/net/softnic/
H A Drte_eth_softnic_pipeline.c962 ops = &rte_table_hash_lru_ops; in softnic_pipeline_table_create()
/f-stack/dpdk/examples/ip_pipeline/
H A Dpipeline.c936 ops = &rte_table_hash_lru_ops; in pipeline_table_create()