Searched defs:rte_hash (Results 1 – 1 of 1) sorted by relevance
160 struct rte_hash { struct172 struct rte_hash_rcu_config *hash_rcu_cfg; argument190 /**< If key index should be freed on calling rte_hash_del_xxx APIs. argument199 rte_hash_function hash_func; /**< Function used to calculate hash. */ argument201 rte_hash_cmp_eq_t rte_hash_custom_cmp_eq; argument205 enum rte_hash_sig_compare_function sig_cmp_fn; argument212 struct rte_hash_bucket *buckets; argument217 struct rte_hash_bucket *buckets_ext; /**< Extra buckets array */ argument220 * rte_hash_del_xxx APIs. When lock free read-write concurrency is argument231 struct rte_hash_bucket *bkt; /* Current bucket on the bfs search */ argument