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()219 struct batadv_tt_local_entry *tt_local_entry; in batadv_tt_local_entry_release() local221 tt_local_entry = container_of(ref, struct batadv_tt_local_entry, in batadv_tt_local_entry_release()224 batadv_softif_vlan_put(tt_local_entry->vlan); in batadv_tt_local_entry_release()226 kfree_rcu(tt_local_entry, common.rcu); in batadv_tt_local_entry_release()235 batadv_tt_local_entry_put(struct batadv_tt_local_entry *tt_local_entry) in batadv_tt_local_entry_put() argument237 if (!tt_local_entry) in batadv_tt_local_entry_put()240 kref_put(&tt_local_entry->common.refcount, in batadv_tt_local_entry_put()[all …]