Searched refs:htab_map_hash (Results 1 – 2 of 2) sorted by relevance
/Linux-v4.19/kernel/bpf/ |
D | hashtab.c | 408 static inline u32 htab_map_hash(const void *key, u32 key_len, u32 hashrnd) in htab_map_hash() function 476 hash = htab_map_hash(key, key_size, htab->hashrnd); in __htab_map_lookup_elem() 603 hash = htab_map_hash(key, key_size, htab->hashrnd); in htab_map_get_next_key() 830 hash = htab_map_hash(key, key_size, htab->hashrnd); in htab_map_update_elem() 886 hash = htab_map_hash(key, key_size, htab->hashrnd); in htab_lru_map_update_elem() 951 hash = htab_map_hash(key, key_size, htab->hashrnd); in __htab_percpu_map_update_elem() 1004 hash = htab_map_hash(key, key_size, htab->hashrnd); in __htab_lru_percpu_map_update_elem() 1077 hash = htab_map_hash(key, key_size, htab->hashrnd); in htab_map_delete_elem() 1109 hash = htab_map_hash(key, key_size, htab->hashrnd); in htab_lru_map_delete_elem()
|
D | sockmap.c | 2320 static inline u32 htab_map_hash(const void *key, u32 key_len) in htab_map_hash() function 2339 hash = htab_map_hash(key, key_size); in sock_hash_get_next_key() 2407 hash = htab_map_hash(key, key_size); in sock_hash_ctx_update_elem() 2513 hash = htab_map_hash(key, key_size); in sock_hash_delete_elem() 2551 hash = htab_map_hash(key, key_size); in __sock_hash_lookup_elem()
|