Searched refs:tt_local_entry (Results 1 – 1 of 1) sorted by relevance
176 struct batadv_tt_local_entry *tt_local_entry = NULL; in batadv_tt_local_hash_find() local181 tt_local_entry = container_of(tt_common_entry, in batadv_tt_local_hash_find()184 return tt_local_entry; in batadv_tt_local_hash_find()218 struct batadv_tt_local_entry *tt_local_entry; in batadv_tt_local_entry_free_rcu() local220 tt_local_entry = container_of(rcu, struct batadv_tt_local_entry, in batadv_tt_local_entry_free_rcu()223 kmem_cache_free(batadv_tl_cache, tt_local_entry); in batadv_tt_local_entry_free_rcu()233 struct batadv_tt_local_entry *tt_local_entry; in batadv_tt_local_entry_release() local235 tt_local_entry = container_of(ref, struct batadv_tt_local_entry, in batadv_tt_local_entry_release()238 batadv_softif_vlan_put(tt_local_entry->vlan); in batadv_tt_local_entry_release()240 call_rcu(&tt_local_entry->common.rcu, batadv_tt_local_entry_free_rcu); in batadv_tt_local_entry_release()[all …]