Searched refs:tt_local_entry (Results 1 – 1 of 1) sorted by relevance
140 struct batadv_tt_local_entry *tt_local_entry = NULL; in batadv_tt_local_hash_find() local145 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() argument179 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() argument349 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() argument989 batadv_tt_local_event(bat_priv, tt_local_entry, flags); in batadv_tt_local_set_pending()[all …]