Home
last modified time | relevance | path

Searched refs:hna_local_hash (Results 1 – 3 of 3) sorted by relevance

/linux-2.6.39/net/batman-adv/
Dtranslation-table.c58 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 …]
Dtypes.h159 struct hashtable_t *hna_local_hash; member
Dvis.c666 hash = bat_priv->hna_local_hash; in generate_vis_packet()