Home
last modified time | relevance | path

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

/drivers/net/wireguard/
Dpeerlookup.h25 void wg_pubkey_hashtable_add(struct pubkey_hashtable *table,
Dpeerlookup.c35 void wg_pubkey_hashtable_add(struct pubkey_hashtable *table, in wg_pubkey_hashtable_add() function
Dpeer.c62 wg_pubkey_hashtable_add(wg->peer_hashtable, peer); in wg_peer_create()