Lines Matching refs:local_hash
177 tt_common_entry = batadv_tt_hash_find(bat_priv->tt.local_hash, addr,
582 if (bat_priv->tt.local_hash)
585 bat_priv->tt.local_hash = batadv_hash_new(1024);
587 if (!bat_priv->tt.local_hash)
590 batadv_hash_set_lock_class(bat_priv->tt.local_hash,
747 hash_added = batadv_hash_add(bat_priv->tt.local_hash, batadv_compare_tt,
1195 hash = bat_priv->tt.local_hash;
1282 tt_removed_node = batadv_hash_remove(bat_priv->tt.local_hash,
1345 struct batadv_hashtable *hash = bat_priv->tt.local_hash;
1370 if (!bat_priv->tt.local_hash)
1373 hash = bat_priv->tt.local_hash;
1394 bat_priv->tt.local_hash = NULL;
2521 struct batadv_hashtable *hash = bat_priv->tt.local_hash;
3199 batadv_tt_tvlv_generate(bat_priv, bat_priv->tt.local_hash,
3602 struct batadv_hashtable *hash = bat_priv->tt.local_hash;
3639 struct batadv_hashtable *hash = bat_priv->tt.local_hash;