Home
last modified time | relevance | path

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

/kernel/bpf/
Dhashtab.c105 u32 hashrnd; member
531 htab->hashrnd = 0; in htab_map_alloc()
533 htab->hashrnd = get_random_u32(); in htab_map_alloc()
603 static inline u32 htab_map_hash(const void *key, u32 key_len, u32 hashrnd) in htab_map_hash() argument
605 return jhash(key, key_len, hashrnd); in htab_map_hash()
671 hash = htab_map_hash(key, key_size, htab->hashrnd); in __htab_map_lookup_elem()
825 hash = htab_map_hash(key, key_size, htab->hashrnd); in htab_map_get_next_key()
1089 hash = htab_map_hash(key, key_size, htab->hashrnd); in htab_map_update_elem()
1191 hash = htab_map_hash(key, key_size, htab->hashrnd); in htab_lru_map_update_elem()
1260 hash = htab_map_hash(key, key_size, htab->hashrnd); in __htab_percpu_map_update_elem()
[all …]