Home
last modified time | relevance | path

Searched refs:cmp_jump_table (Results 1 – 2 of 2) 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] = { variable
96 const rte_hash_cmp_eq_t cmp_jump_table[NUM_KEY_CMP_CASES] = { variable
H A Drte_cuckoo_hash.c104 return cmp_jump_table[h->cmp_jump_table_idx](key1, key2, h->key_len); in rte_hash_cmp_eq()