Lines Matching refs:global_hash
202 tt_common_entry = batadv_tt_hash_find(bat_priv->tt.global_hash, addr,
608 tt_removed_node = batadv_hash_remove(bat_priv->tt.global_hash,
1399 if (bat_priv->tt.global_hash)
1402 bat_priv->tt.global_hash = batadv_hash_new(1024);
1404 if (!bat_priv->tt.global_hash)
1407 batadv_hash_set_lock_class(bat_priv->tt.global_hash,
1645 hash_added = batadv_hash_add(bat_priv->tt.global_hash,
1972 hash = bat_priv->tt.global_hash;
2200 struct batadv_hashtable *hash = bat_priv->tt.global_hash;
2266 struct batadv_hashtable *hash = bat_priv->tt.global_hash;
2313 if (!bat_priv->tt.global_hash)
2316 hash = bat_priv->tt.global_hash;
2336 bat_priv->tt.global_hash = NULL;
2441 struct batadv_hashtable *hash = bat_priv->tt.global_hash;
3072 batadv_tt_tvlv_generate(bat_priv, bat_priv->tt.global_hash,