Home
last modified time | relevance | path

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

/linux-4.1.27/kernel/bpf/
Dhashtab.c98 static inline u32 htab_map_hash(const void *key, u32 key_len) in htab_map_hash() function
133 hash = htab_map_hash(key, key_size); in htab_map_lookup_elem()
158 hash = htab_map_hash(key, key_size); in htab_map_get_next_key()
230 l_new->hash = htab_map_hash(l_new->key, key_size); in htab_map_update_elem()
292 hash = htab_map_hash(key, key_size); in htab_map_delete_elem()