Home
last modified time | relevance | path

Searched defs:rte_hash (Results 1 – 1 of 1) sorted by relevance

/dpdk/lib/hash/
H A Drte_cuckoo_hash.h149 struct __rte_cache_aligned rte_hash { struct
161 struct rte_hash_rcu_config *hash_rcu_cfg; argument
179 /**< If key index should be freed on calling rte_hash_del_xxx APIs. argument
188 rte_hash_function hash_func; /**< Function used to calculate hash. */ argument
190 rte_hash_cmp_eq_t rte_hash_custom_cmp_eq; argument
201 struct rte_hash_bucket *buckets; argument
206 struct rte_hash_bucket *buckets_ext; /**< Extra buckets array */ argument
209 * rte_hash_del_xxx APIs. When lock free read-write concurrency is argument
220 struct rte_hash_bucket *bkt; /* Current bucket on the bfs search */ argument