Home
last modified time | relevance | path

Searched refs:rte_table_hash_key8_lru_ops (Results 1 – 8 of 8) sorted by relevance

/dpdk/lib/table/
H A Dversion.map13 rte_table_hash_key8_lru_ops;
H A Drte_table_hash.h98 extern struct rte_table_ops rte_table_hash_key8_lru_ops;
H A Drte_table_hash_key8.c1132 struct rte_table_ops rte_table_hash_key8_lru_ops = { variable
/dpdk/app/test/
H A Dtest_table_combined.c448 status = test_table_type(&rte_table_hash_key8_lru_ops, in test_table_hash8lru()
456 status = test_table_type(&rte_table_hash_key8_lru_ops, in test_table_hash8lru()
464 status = test_table_type(&rte_table_hash_key8_lru_ops, in test_table_hash8lru()
H A Dtest_table_tables.c850 &rte_table_hash_key8_lru_ops, in test_table_hash_lru()
/dpdk/app/test-pipeline/
H A Dpipeline_hash.c223 .ops = &rte_table_hash_key8_lru_ops, in app_main_loop_worker_pipeline_hash()
/dpdk/drivers/net/softnic/
H A Drte_eth_softnic_pipeline.c956 ops = &rte_table_hash_key8_lru_ops; in softnic_pipeline_table_create()
/dpdk/examples/ip_pipeline/
H A Dpipeline.c930 ops = &rte_table_hash_key8_lru_ops; in pipeline_table_create()