Lines Matching refs:hna_local_hash
58 struct hashtable_t *hash = bat_priv->hna_local_hash; in hna_local_hash_find()
114 if (bat_priv->hna_local_hash) in hna_local_init()
117 bat_priv->hna_local_hash = hash_new(1024); in hna_local_init()
119 if (!bat_priv->hna_local_hash) in hna_local_init()
179 hash_add(bat_priv->hna_local_hash, compare_lhna, choose_orig, in hna_local_add()
201 struct hashtable_t *hash = bat_priv->hna_local_hash; in hna_local_fill_buffer()
238 struct hashtable_t *hash = bat_priv->hna_local_hash; in hna_local_seq_print_text()
314 hash_remove(bat_priv->hna_local_hash, compare_lhna, choose_orig, in hna_local_del()
340 struct hashtable_t *hash = bat_priv->hna_local_hash; in hna_local_purge()
374 if (!bat_priv->hna_local_hash) in hna_local_free()
378 hash_delete(bat_priv->hna_local_hash, _hna_local_del, bat_priv); in hna_local_free()
379 bat_priv->hna_local_hash = NULL; in hna_local_free()