Home
last modified time | relevance | path

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

/linux-4.1.27/net/batman-adv/
Dtranslation-table.c140 struct batadv_tt_local_entry *tt_local_entry = NULL; in batadv_tt_local_hash_find() local
145 tt_local_entry = container_of(tt_common_entry, in batadv_tt_local_hash_find()
148 return tt_local_entry; in batadv_tt_local_hash_find()
177 batadv_tt_local_entry_free_ref(struct batadv_tt_local_entry *tt_local_entry) in batadv_tt_local_entry_free_ref() argument
179 if (atomic_dec_and_test(&tt_local_entry->common.refcount)) in batadv_tt_local_entry_free_ref()
180 kfree_rcu(tt_local_entry, common.rcu); in batadv_tt_local_entry_free_ref()
345 struct batadv_tt_local_entry *tt_local_entry, in batadv_tt_local_event() argument
349 struct batadv_tt_common_entry *common = &tt_local_entry->common; in batadv_tt_local_event()
986 struct batadv_tt_local_entry *tt_local_entry, in batadv_tt_local_set_pending() argument
989 batadv_tt_local_event(bat_priv, tt_local_entry, flags); in batadv_tt_local_set_pending()
[all …]