Searched refs:hna_local_hash (Results 1 – 3 of 3) sorted by relevance
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()[all …]
159 struct hashtable_t *hna_local_hash; member
666 hash = bat_priv->hna_local_hash; in generate_vis_packet()