Searched refs:hashtable (Results 1 – 3 of 3) sorted by relevance
19 return &table->hashtable[hash & (HASH_SIZE(table->hashtable) - 1)]; in pubkey_bucket()30 hash_init(table->hashtable); in wg_pubkey_hashtable_alloc()79 return &table->hashtable[(__force u32)index & in index_bucket()80 (HASH_SIZE(table->hashtable) - 1)]; in index_bucket()90 hash_init(table->hashtable); in wg_index_hashtable_alloc()
19 DECLARE_HASHTABLE(hashtable, 11);35 DECLARE_HASHTABLE(hashtable, 13);
274 #define vnic_hash_init(hashtable) __hash_init(hashtable, OPA_VNIC_MAC_TBL_SIZE) argument276 #define vnic_hash_add(hashtable, node, key) \ argument278 &hashtable[hash_min(key, ilog2(OPA_VNIC_MAC_TBL_SIZE))])