Home
last modified time | relevance | path

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

/linux-5.19.10/net/batman-adv/
Dtranslation-table.c175 struct batadv_tt_local_entry *tt_local_entry = NULL; in batadv_tt_local_hash_find() local
180 tt_local_entry = container_of(tt_common_entry, in batadv_tt_local_hash_find()
183 return tt_local_entry; in batadv_tt_local_hash_find()
217 struct batadv_tt_local_entry *tt_local_entry; in batadv_tt_local_entry_free_rcu() local
219 tt_local_entry = container_of(rcu, struct batadv_tt_local_entry, in batadv_tt_local_entry_free_rcu()
222 kmem_cache_free(batadv_tl_cache, tt_local_entry); in batadv_tt_local_entry_free_rcu()
232 struct batadv_tt_local_entry *tt_local_entry; in batadv_tt_local_entry_release() local
234 tt_local_entry = container_of(ref, struct batadv_tt_local_entry, in batadv_tt_local_entry_release()
237 batadv_softif_vlan_put(tt_local_entry->vlan); in batadv_tt_local_entry_release()
239 call_rcu(&tt_local_entry->common.rcu, batadv_tt_local_entry_free_rcu); in batadv_tt_local_entry_release()
[all …]