Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/net/wireguard/
Dpeerlookup.h17 struct pubkey_hashtable { struct
24 struct pubkey_hashtable *wg_pubkey_hashtable_alloc(void); argument
25 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,
Dpeerlookup.c10 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()
Ddevice.h48 struct pubkey_hashtable *peer_hashtable;