Searched refs:tt_local_entry (Results 1 – 1 of 1) sorted by relevance
188 struct batadv_tt_local_entry *tt_local_entry = NULL; in batadv_tt_local_hash_find() local193 tt_local_entry = container_of(tt_common_entry, in batadv_tt_local_hash_find()196 return tt_local_entry; in batadv_tt_local_hash_find()230 struct batadv_tt_local_entry *tt_local_entry; in batadv_tt_local_entry_free_rcu() local232 tt_local_entry = container_of(rcu, struct batadv_tt_local_entry, in batadv_tt_local_entry_free_rcu()235 kmem_cache_free(batadv_tl_cache, tt_local_entry); in batadv_tt_local_entry_free_rcu()245 struct batadv_tt_local_entry *tt_local_entry; in batadv_tt_local_entry_release() local247 tt_local_entry = container_of(ref, struct batadv_tt_local_entry, in batadv_tt_local_entry_release()250 batadv_softif_vlan_put(tt_local_entry->vlan); in batadv_tt_local_entry_release()252 call_rcu(&tt_local_entry->common.rcu, batadv_tt_local_entry_free_rcu); in batadv_tt_local_entry_release()[all …]