Home
last modified time | relevance | path

Searched refs:rte_hash_set_cmp_func (Results 1 – 4 of 4) sorted by relevance

/f-stack/dpdk/lib/librte_hash/
H A Dversion.map27 rte_hash_set_cmp_func;
H A Drte_hash.h160 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() function
/f-stack/dpdk/doc/guides/prog_guide/
H A Dhash_lib.rst72 The only function that can only be used in single-process mode is rte_hash_set_cmp_func(), which se…