Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/net/wireguard/
Dpeerlookup.h24 struct pubkey_hashtable *wg_pubkey_hashtable_alloc(void);
Dpeerlookup.c22 struct pubkey_hashtable *wg_pubkey_hashtable_alloc(void) in wg_pubkey_hashtable_alloc() function
Ddevice.c325 wg->peer_hashtable = wg_pubkey_hashtable_alloc(); in wg_newlink()