Lines Matching refs:local_hash
178 tt_common_entry = batadv_tt_hash_find(bat_priv->tt.local_hash, addr,
583 if (bat_priv->tt.local_hash)
586 bat_priv->tt.local_hash = batadv_hash_new(1024);
588 if (!bat_priv->tt.local_hash)
591 batadv_hash_set_lock_class(bat_priv->tt.local_hash,
748 hash_added = batadv_hash_add(bat_priv->tt.local_hash, batadv_compare_tt,
1074 struct batadv_hashtable *hash = bat_priv->tt.local_hash;
1278 hash = bat_priv->tt.local_hash;
1367 tt_removed_node = batadv_hash_remove(bat_priv->tt.local_hash,
1431 struct batadv_hashtable *hash = bat_priv->tt.local_hash;
1456 if (!bat_priv->tt.local_hash)
1459 hash = bat_priv->tt.local_hash;
1480 bat_priv->tt.local_hash = NULL;
2751 struct batadv_hashtable *hash = bat_priv->tt.local_hash;
3433 batadv_tt_tvlv_generate(bat_priv, bat_priv->tt.local_hash,
3842 struct batadv_hashtable *hash = bat_priv->tt.local_hash;
3879 struct batadv_hashtable *hash = bat_priv->tt.local_hash;