Home
last modified time | relevance | path

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

/netbsd/src/sys/net/npf/
Dlpm.c157 fnv1a_hash(const void *buf, size_t len) in fnv1a_hash() function
186 uint32_t hash = fnv1a_hash(entry->key, entry->len); in hashmap_rehash()
213 hash = fnv1a_hash(key, len); in hashmap_insert()
237 const uint32_t hash = fnv1a_hash(key, len); in hashmap_lookup()
258 const uint32_t hash = fnv1a_hash(key, len); in hashmap_remove()