Home
last modified time | relevance | path

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

/dpdk/app/test/
H A Dtest_table_tables.c926 table = rte_table_hash_cuckoo_ops.f_create(&cuckoo_params, in test_table_hash_cuckoo()
934 table = rte_table_hash_cuckoo_ops.f_create(&cuckoo_params, in test_table_hash_cuckoo()
942 table = rte_table_hash_cuckoo_ops.f_create(&cuckoo_params, in test_table_hash_cuckoo()
950 table = rte_table_hash_cuckoo_ops.f_create(&cuckoo_params, in test_table_hash_cuckoo()
957 table = rte_table_hash_cuckoo_ops.f_create(&cuckoo_params, in test_table_hash_cuckoo()
963 status = rte_table_hash_cuckoo_ops.f_free(table); in test_table_hash_cuckoo()
967 status = rte_table_hash_cuckoo_ops.f_free(NULL); in test_table_hash_cuckoo()
983 status = rte_table_hash_cuckoo_ops.f_add(NULL, &key_cuckoo, in test_table_hash_cuckoo()
1014 status = rte_table_hash_cuckoo_ops.f_delete(table, NULL, in test_table_hash_cuckoo()
1044 rte_table_hash_cuckoo_ops.f_lookup(table, mbufs, -1, in test_table_hash_cuckoo()
[all …]
H A Dtest_table_combined.c814 status = test_table_type(&rte_table_hash_cuckoo_ops, in test_table_hash_cuckoo_combined()
822 status = test_table_type(&rte_table_hash_cuckoo_ops, in test_table_hash_cuckoo_combined()
830 status = test_table_type(&rte_table_hash_cuckoo_ops, in test_table_hash_cuckoo_combined()
838 status = test_table_type(&rte_table_hash_cuckoo_ops, in test_table_hash_cuckoo_combined()
/dpdk/lib/table/
H A Drte_table_hash_cuckoo.h51 extern struct rte_table_ops rte_table_hash_cuckoo_ops;
H A Dversion.map6 rte_table_hash_cuckoo_ops;
H A Drte_table_hash_cuckoo.c312 struct rte_table_ops rte_table_hash_cuckoo_ops = { variable
/dpdk/app/test-pipeline/
H A Dpipeline_hash.c312 .ops = &rte_table_hash_cuckoo_ops, in app_main_loop_worker_pipeline_hash()