Home
last modified time | relevance | path

Searched refs:rte_hash_cmp_eq_t (Results 1 – 3 of 3) sorted by relevance

/f-stack/dpdk/lib/librte_hash/
H A Drte_cuckoo_hash.h69 const rte_hash_cmp_eq_t cmp_jump_table[NUM_KEY_CMP_CASES] = {
96 const rte_hash_cmp_eq_t cmp_jump_table[NUM_KEY_CMP_CASES] = {
201 rte_hash_cmp_eq_t rte_hash_custom_cmp_eq;
H A Drte_hash.h70 typedef int (*rte_hash_cmp_eq_t)(const void *key1, const void *key2, size_t key_len); typedef
160 void rte_hash_set_cmp_func(struct rte_hash *h, rte_hash_cmp_eq_t func);
H A Drte_cuckoo_hash.c92 void rte_hash_set_cmp_func(struct rte_hash *h, rte_hash_cmp_eq_t func) in rte_hash_set_cmp_func()