Home
last modified time | relevance | path

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

/linux-3.4.99/net/batman-adv/
Dtranslation-table.c90 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()
[all …]
Dtypes.h181 struct hashtable_t *tt_local_hash; member
Dvis.c669 hash = bat_priv->tt_local_hash; in generate_vis_packet()