Home
last modified time | relevance | path

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

/Linux-v6.1/kernel/bpf/
Dhashtab.c600 static inline u32 htab_map_hash(const void *key, u32 key_len, u32 hashrnd) in htab_map_hash() function
668 hash = htab_map_hash(key, key_size, htab->hashrnd); in __htab_map_lookup_elem()
822 hash = htab_map_hash(key, key_size, htab->hashrnd); in htab_map_get_next_key()
1088 hash = htab_map_hash(key, key_size, htab->hashrnd); in htab_map_update_elem()
1190 hash = htab_map_hash(key, key_size, htab->hashrnd); in htab_lru_map_update_elem()
1258 hash = htab_map_hash(key, key_size, htab->hashrnd); in __htab_percpu_map_update_elem()
1313 hash = htab_map_hash(key, key_size, htab->hashrnd); in __htab_lru_percpu_map_update_elem()
1388 hash = htab_map_hash(key, key_size, htab->hashrnd); in htab_map_delete_elem()
1424 hash = htab_map_hash(key, key_size, htab->hashrnd); in htab_lru_map_delete_elem()
1572 hash = htab_map_hash(key, key_size, htab->hashrnd); in __htab_map_lookup_and_delete_elem()