Searched refs:orig_entry (Results 1 – 3 of 3) sorted by relevance
396 kfree_rcu(orig_entry, rcu); in batadv_tt_orig_list_entry_release()407 if (!orig_entry) in batadv_tt_orig_list_entry_put()1419 return orig_entry; in batadv_tt_global_orig_entry_find()1443 if (orig_entry) { in batadv_tt_global_entry_has_orig()1496 if (orig_entry) { in batadv_tt_global_orig_entry_add()1500 orig_entry->ttvn = ttvn; in batadv_tt_global_orig_entry_add()1506 if (!orig_entry) in batadv_tt_global_orig_entry_add()1513 orig_entry->ttvn = ttvn; in batadv_tt_global_orig_entry_add()1514 orig_entry->flags = flags; in batadv_tt_global_orig_entry_add()1737 best_entry = orig_entry; in batadv_transtable_best_orig()[all …]
234 struct batadv_tt_orig_list_entry *orig_entry; in batadv_mcast_forw_push_tt() local247 hlist_for_each_entry_rcu(orig_entry, &tt_global->orig_list, list) { in batadv_mcast_forw_push_tt()249 orig_entry->orig_node, in batadv_mcast_forw_push_tt()
1307 struct batadv_tt_orig_list_entry *orig_entry; in batadv_mcast_forw_tt() local1317 hlist_for_each_entry_rcu(orig_entry, &tt_global->orig_list, list) { in batadv_mcast_forw_tt()1325 orig_entry->orig_node); in batadv_mcast_forw_tt()
Completed in 21 milliseconds