Searched refs:rte_table_hash_cuckoo_ops (Results 1 – 6 of 6) sorted by relevance
| /dpdk/app/test/ |
| H A D | test_table_tables.c | 926 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 D | test_table_combined.c | 814 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 D | rte_table_hash_cuckoo.h | 51 extern struct rte_table_ops rte_table_hash_cuckoo_ops;
|
| H A D | version.map | 6 rte_table_hash_cuckoo_ops;
|
| H A D | rte_table_hash_cuckoo.c | 312 struct rte_table_ops rte_table_hash_cuckoo_ops = { variable
|
| /dpdk/app/test-pipeline/ |
| H A D | pipeline_hash.c | 312 .ops = &rte_table_hash_cuckoo_ops, in app_main_loop_worker_pipeline_hash()
|