Home
last modified time | relevance | path

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

/linux-4.4.14/kernel/bpf/
Dhashtab.c118 static inline u32 htab_map_hash(const void *key, u32 key_len) in htab_map_hash() function
153 hash = htab_map_hash(key, key_size); in htab_map_lookup_elem()
178 hash = htab_map_hash(key, key_size); in htab_map_get_next_key()
250 l_new->hash = htab_map_hash(l_new->key, key_size); in htab_map_update_elem()
312 hash = htab_map_hash(key, key_size); in htab_map_delete_elem()