Searched refs:tmp_orig_entry (Results 1 - 1 of 1) sorted by last modified time

/linux-master/net/batman-adv/
H A Dtranslation-table.c1403 struct batadv_tt_orig_list_entry *tmp_orig_entry, *orig_entry = NULL; local
1408 hlist_for_each_entry_rcu(tmp_orig_entry, head, list) {
1409 if (tmp_orig_entry->orig_node != orig_node)
1411 if (!kref_get_unless_zero(&tmp_orig_entry->refcount))
1414 orig_entry = tmp_orig_entry;

Completed in 155 milliseconds