Lines Matching refs:tt_local_hash
90 tt_common_entry = tt_hash_find(bat_priv->tt_local_hash, data); in tt_local_hash_find()
168 if (bat_priv->tt_local_hash) in tt_local_init()
171 bat_priv->tt_local_hash = hash_new(1024); in tt_local_init()
173 if (!bat_priv->tt_local_hash) in tt_local_init()
218 hash_added = hash_add(bat_priv->tt_local_hash, compare_tt, choose_orig, in tt_local_add()
302 struct hashtable_t *hash = bat_priv->tt_local_hash; in tt_local_seq_print_text()
391 struct hashtable_t *hash = bat_priv->tt_local_hash; in tt_local_purge()
438 if (!bat_priv->tt_local_hash) in tt_local_table_free()
441 hash = bat_priv->tt_local_hash; in tt_local_table_free()
461 bat_priv->tt_local_hash = NULL; in tt_local_table_free()
896 struct hashtable_t *hash = bat_priv->tt_local_hash; in tt_local_crc()
1358 bat_priv->tt_local_hash, in send_my_tt_response()
1751 struct hashtable_t *hash = bat_priv->tt_local_hash; in tt_local_purge_pending_clients()
1790 uint16_t changed_num = tt_set_flags(bat_priv->tt_local_hash, in tt_commit_changes()