Searched refs:existing_entry (Results 1 - 1 of 1) sorted by relevance

/linux-master/drivers/net/wireguard/
H A Dpeerlookup.c122 struct index_hashtable_entry *existing_entry; local
133 hlist_for_each_entry_rcu_bh(existing_entry,
136 if (existing_entry->index == entry->index)
145 hlist_for_each_entry_rcu_bh(existing_entry,
148 if (existing_entry->index == entry->index) {

Completed in 63 milliseconds