Home
last modified time | relevance | path

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

/linux-4.4.14/net/batman-adv/
Dtranslation-table.c161 struct batadv_tt_local_entry *tt_local_entry = NULL; in batadv_tt_local_hash_find() local
166 tt_local_entry = container_of(tt_common_entry, in batadv_tt_local_hash_find()
169 return tt_local_entry; in batadv_tt_local_hash_find()
198 batadv_tt_local_entry_free_ref(struct batadv_tt_local_entry *tt_local_entry) in batadv_tt_local_entry_free_ref() argument
200 if (atomic_dec_and_test(&tt_local_entry->common.refcount)) in batadv_tt_local_entry_free_ref()
201 kfree_rcu(tt_local_entry, common.rcu); in batadv_tt_local_entry_free_ref()
366 struct batadv_tt_local_entry *tt_local_entry, in batadv_tt_local_event() argument
370 struct batadv_tt_common_entry *common = &tt_local_entry->common; in batadv_tt_local_event()
1018 struct batadv_tt_local_entry *tt_local_entry, in batadv_tt_local_set_pending() argument
1021 batadv_tt_local_event(bat_priv, tt_local_entry, flags); in batadv_tt_local_set_pending()
[all …]