Searched refs:sock_hash_bucket_hash (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/net/core/ |
H A D | sock_map.c | 876 static inline u32 sock_hash_bucket_hash(const void *key, u32 len) in sock_hash_bucket_hash() function 911 hash = sock_hash_bucket_hash(key, key_size); in __sock_hash_lookup_elem() 958 hash = sock_hash_bucket_hash(key, key_size); in sock_hash_delete_elem() 1032 hash = sock_hash_bucket_hash(key, key_size); in sock_hash_update_common() 1082 hash = sock_hash_bucket_hash(key, key_size); in sock_hash_get_next_key()
|
/kernel/linux/linux-6.6/net/core/ |
H A D | sock_map.c | 854 static inline u32 sock_hash_bucket_hash(const void *key, u32 len) in sock_hash_bucket_hash() function 889 hash = sock_hash_bucket_hash(key, key_size); in __sock_hash_lookup_elem() 936 hash = sock_hash_bucket_hash(key, key_size); in sock_hash_delete_elem() 1004 hash = sock_hash_bucket_hash(key, key_size); in sock_hash_update_common() 1054 hash = sock_hash_bucket_hash(key, key_size); in sock_hash_get_next_key()
|
Completed in 5 milliseconds