MCPcopy Create free account
hub / github.com/F-Stack/f-stack / rte_hash_hash

Function rte_hash_hash

dpdk/lib/hash/rte_cuckoo_hash.c:530–535  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

528}
529
530hash_sig_t
531rte_hash_hash(const struct rte_hash *h, const void *key)
532{
533 /* calc hash result by key */
534 return h->hash_func(key, h->key_len, h->hash_func_init_val);
535}
536
537int32_t
538rte_hash_max_key_id(const struct rte_hash *h)

Callers 11

rte_hash_add_keyFunction · 0.85
rte_hash_add_key_dataFunction · 0.85
rte_hash_lookupFunction · 0.85
rte_hash_lookup_dataFunction · 0.85
rte_hash_del_keyFunction · 0.85
generate_keysFunction · 0.85
get_input_keysFunction · 0.85
test_add_deleteFunction · 0.85
test_add_delete_free_lfFunction · 0.85

Calls

no outgoing calls

Tested by 4

generate_keysFunction · 0.68
get_input_keysFunction · 0.68
test_add_deleteFunction · 0.68
test_add_delete_free_lfFunction · 0.68