Home
last modified time | relevance | path

Searched refs:hash_new (Results 1 – 5 of 5) sorted by relevance

/linux-3.4.99/net/batman-adv/
Dhash.c45 struct hashtable_t *hash_new(uint32_t size) in hash_new() function
Dhash.h46 struct hashtable_t *hash_new(uint32_t size);
Doriginator.c53 bat_priv->orig_hash = hash_new(1024); in originator_init()
Dtranslation-table.c171 bat_priv->tt_local_hash = hash_new(1024); in tt_local_init()
469 bat_priv->tt_global_hash = hash_new(1024); in tt_global_init()
Dvis.c885 bat_priv->vis_hash = hash_new(256); in vis_init()