Home
last modified time | relevance | path

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

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