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

/linux-master/net/batman-adv/
H A Dtranslation-table.c1444 struct batadv_tt_orig_list_entry *tmp_orig_entry, *orig_entry = NULL; local
1449 hlist_for_each_entry_rcu(tmp_orig_entry, head, list) {
1450 if (tmp_orig_entry->orig_node != orig_node)
1452 if (!kref_get_unless_zero(&tmp_orig_entry->refcount))
1455 orig_entry = tmp_orig_entry;

Completed in 202 milliseconds