Lines Matching refs:global_hash
203 tt_common_entry = batadv_tt_hash_find(bat_priv->tt.global_hash, addr,
609 tt_removed_node = batadv_hash_remove(bat_priv->tt.global_hash,
1485 if (bat_priv->tt.global_hash)
1488 bat_priv->tt.global_hash = batadv_hash_new(1024);
1490 if (!bat_priv->tt.global_hash)
1493 batadv_hash_set_lock_class(bat_priv->tt.global_hash,
1732 hash_added = batadv_hash_add(bat_priv->tt.global_hash,
1974 struct batadv_hashtable *hash = bat_priv->tt.global_hash;
2196 hash = bat_priv->tt.global_hash;
2428 struct batadv_hashtable *hash = bat_priv->tt.global_hash;
2494 struct batadv_hashtable *hash = bat_priv->tt.global_hash;
2541 if (!bat_priv->tt.global_hash)
2544 hash = bat_priv->tt.global_hash;
2564 bat_priv->tt.global_hash = NULL;
2671 struct batadv_hashtable *hash = bat_priv->tt.global_hash;
3304 batadv_tt_tvlv_generate(bat_priv, bat_priv->tt.global_hash,