Searched refs:pubkey_hashtable (Results 1 – 3 of 3) sorted by relevance
17 struct pubkey_hashtable { struct24 struct pubkey_hashtable *wg_pubkey_hashtable_alloc(void); argument25 void wg_pubkey_hashtable_add(struct pubkey_hashtable *table,27 void wg_pubkey_hashtable_remove(struct pubkey_hashtable *table,30 wg_pubkey_hashtable_lookup(struct pubkey_hashtable *table,
10 static struct hlist_head *pubkey_bucket(struct pubkey_hashtable *table, in pubkey_bucket()22 struct pubkey_hashtable *wg_pubkey_hashtable_alloc(void) in wg_pubkey_hashtable_alloc()24 struct pubkey_hashtable *table = kvmalloc(sizeof(*table), GFP_KERNEL); in wg_pubkey_hashtable_alloc()35 void wg_pubkey_hashtable_add(struct pubkey_hashtable *table, in wg_pubkey_hashtable_add()44 void wg_pubkey_hashtable_remove(struct pubkey_hashtable *table, in wg_pubkey_hashtable_remove()54 wg_pubkey_hashtable_lookup(struct pubkey_hashtable *table, in wg_pubkey_hashtable_lookup()
48 struct pubkey_hashtable *peer_hashtable;