Home
last modified time | relevance | path

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

/linux-5.19.10/net/batman-adv/
Dtranslation-table.c174 struct batadv_tt_common_entry *tt_common_entry; in batadv_tt_local_hash_find() local
177 tt_common_entry = batadv_tt_hash_find(bat_priv->tt.local_hash, addr, in batadv_tt_local_hash_find()
179 if (tt_common_entry) in batadv_tt_local_hash_find()
180 tt_local_entry = container_of(tt_common_entry, in batadv_tt_local_hash_find()
199 struct batadv_tt_common_entry *tt_common_entry; in batadv_tt_global_hash_find() local
202 tt_common_entry = batadv_tt_hash_find(bat_priv->tt.global_hash, addr, in batadv_tt_global_hash_find()
204 if (tt_common_entry) in batadv_tt_global_hash_find()
205 tt_global_entry = container_of(tt_common_entry, in batadv_tt_global_hash_find()
1314 struct batadv_tt_common_entry *tt_common_entry; in batadv_tt_local_purge_list() local
1317 hlist_for_each_entry_safe(tt_common_entry, node_tmp, head, in batadv_tt_local_purge_list()
[all …]