Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/net/wireguard/
Dpeerlookup.h51 struct index_hashtable *wg_index_hashtable_alloc(void);
Dpeerlookup.c83 struct index_hashtable *wg_index_hashtable_alloc(void) in wg_index_hashtable_alloc() function
Ddevice.c328 wg->index_hashtable = wg_index_hashtable_alloc(); in wg_newlink()