Home
last modified time | relevance | path

Searched refs:hashtable_t (Results 1 – 8 of 8) sorted by relevance

/linux-3.4.99/net/batman-adv/
Dhash.h39 struct hashtable_t { struct
46 struct hashtable_t *hash_new(uint32_t size); argument
49 void hash_destroy(struct hashtable_t *hash);
54 static inline void hash_delete(struct hashtable_t *hash, in hash_delete()
91 static inline int hash_add(struct hashtable_t *hash, in hash_add()
137 static inline void *hash_remove(struct hashtable_t *hash, in hash_remove()
Dhash.c26 static void hash_init(struct hashtable_t *hash) in hash_init()
37 void hash_destroy(struct hashtable_t *hash) in hash_destroy()
45 struct hashtable_t *hash_new(uint32_t size) in hash_new()
47 struct hashtable_t *hash; in hash_new()
Dtypes.h180 struct hashtable_t *orig_hash;
181 struct hashtable_t *tt_local_hash;
182 struct hashtable_t *tt_global_hash;
185 struct hashtable_t *vis_hash;
Dtranslation-table.c54 static struct tt_common_entry *tt_hash_find(struct hashtable_t *hash, in tt_hash_find()
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()
430 struct hashtable_t *hash; in tt_local_table_free()
567 struct hashtable_t *hash = bat_priv->tt_global_hash; in tt_global_seq_print_text()
694 struct hashtable_t *hash = bat_priv->tt_global_hash; in tt_global_del_orig()
730 struct hashtable_t *hash = bat_priv->tt_global_hash; in tt_global_roam_purge()
768 struct hashtable_t *hash; in tt_global_table_free()
854 struct hashtable_t *hash = bat_priv->tt_global_hash; in tt_global_crc()
896 struct hashtable_t *hash = bat_priv->tt_local_hash; in tt_local_crc()
[all …]
Doriginator.c162 struct hashtable_t *hash = bat_priv->orig_hash; in originator_free()
343 struct hashtable_t *hash = bat_priv->orig_hash; in _purge_orig()
402 struct hashtable_t *hash = bat_priv->orig_hash; in orig_seq_print_text()
514 struct hashtable_t *hash = bat_priv->orig_hash; in orig_hash_add_if()
596 struct hashtable_t *hash = bat_priv->orig_hash; in orig_hash_del_if()
Dvis.c95 struct hashtable_t *hash = bat_priv->vis_hash; in vis_hash_find()
201 struct hashtable_t *hash = bat_priv->vis_hash; in vis_seq_print_text()
554 struct hashtable_t *hash = bat_priv->orig_hash; in find_best_vis_server()
604 struct hashtable_t *hash = bat_priv->orig_hash; in generate_vis_packet()
703 struct hashtable_t *hash = bat_priv->vis_hash; in purge_vis_packets()
730 struct hashtable_t *hash = bat_priv->orig_hash; in broadcast_vis_packet()
Doriginator.h67 struct hashtable_t *hash = bat_priv->orig_hash; in orig_hash_find()
Drouting.c36 struct hashtable_t *hash = bat_priv->orig_hash; in slide_own_bcast_window()