Searched refs:tt_common_entry (Results 1 – 1 of 1) sorted by relevance
187 struct batadv_tt_common_entry *tt_common_entry; in batadv_tt_local_hash_find() local190 tt_common_entry = batadv_tt_hash_find(bat_priv->tt.local_hash, addr, in batadv_tt_local_hash_find()192 if (tt_common_entry) in batadv_tt_local_hash_find()193 tt_local_entry = container_of(tt_common_entry, in batadv_tt_local_hash_find()212 struct batadv_tt_common_entry *tt_common_entry; in batadv_tt_global_hash_find() local215 tt_common_entry = batadv_tt_hash_find(bat_priv->tt.global_hash, addr, in batadv_tt_global_hash_find()217 if (tt_common_entry) in batadv_tt_global_hash_find()218 tt_global_entry = container_of(tt_common_entry, in batadv_tt_global_hash_find()1080 struct batadv_tt_common_entry *tt_common_entry; in batadv_tt_local_seq_print_text() local1105 hlist_for_each_entry_rcu(tt_common_entry, in batadv_tt_local_seq_print_text()[all …]