Lines Matching refs:tt_global_hash
103 tt_common_entry = tt_hash_find(bat_priv->tt_global_hash, data); in tt_global_hash_find()
466 if (bat_priv->tt_global_hash) in tt_global_init()
469 bat_priv->tt_global_hash = hash_new(1024); in tt_global_init()
471 if (!bat_priv->tt_global_hash) in tt_global_init()
521 hash_added = hash_add(bat_priv->tt_global_hash, compare_tt, in tt_global_add()
567 struct hashtable_t *hash = bat_priv->tt_global_hash; in tt_global_seq_print_text()
641 hash_remove(bat_priv->tt_global_hash, compare_tt, choose_orig, in _tt_global_del()
694 struct hashtable_t *hash = bat_priv->tt_global_hash; in tt_global_del_orig()
730 struct hashtable_t *hash = bat_priv->tt_global_hash; in tt_global_roam_purge()
776 if (!bat_priv->tt_global_hash) in tt_global_table_free()
779 hash = bat_priv->tt_global_hash; in tt_global_table_free()
799 bat_priv->tt_global_hash = NULL; in tt_global_table_free()
854 struct hashtable_t *hash = bat_priv->tt_global_hash; in tt_global_crc()
1242 bat_priv->tt_global_hash, in send_other_tt_response()