Home
last modified time | relevance | path

Searched refs:index_hash (Results 1 – 2 of 2) sorted by relevance

/linux-5.19.10/drivers/net/wireguard/
Dpeerlookup.c125 hlist_del_init_rcu(&entry->index_hash); in wg_index_hashtable_insert()
135 index_hash) { in wg_index_hashtable_insert()
147 index_hash) { in wg_index_hashtable_insert()
157 hlist_add_head_rcu(&entry->index_hash, in wg_index_hashtable_insert()
173 ret = !hlist_unhashed(&old->index_hash); in wg_index_hashtable_replace()
178 hlist_replace_rcu(&old->index_hash, &new->index_hash); in wg_index_hashtable_replace()
186 INIT_HLIST_NODE(&old->index_hash); in wg_index_hashtable_replace()
196 hlist_del_init_rcu(&entry->index_hash); in wg_index_hashtable_remove()
210 index_hash) { in wg_index_hashtable_lookup()
Dpeerlookup.h46 struct hlist_node index_hash; member