Searched refs:tt_local_entry (Results 1 – 1 of 1) sorted by relevance
161 struct batadv_tt_local_entry *tt_local_entry = NULL; in batadv_tt_local_hash_find() local166 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() argument200 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() argument370 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() argument1021 batadv_tt_local_event(bat_priv, tt_local_entry, flags); in batadv_tt_local_set_pending()[all …]