Searched refs:batadv_hash_new (Results 1 - 7 of 7) sorted by relevance

/linux-master/net/batman-adv/
H A Dhash.c39 * batadv_hash_new() - Allocates and clears the hashtable
44 struct batadv_hashtable *batadv_hash_new(u32 size) function
H A Dhash.h55 struct batadv_hashtable *batadv_hash_new(u32 size);
H A Dnetwork-coding.c143 bat_priv->nc.coding_hash = batadv_hash_new(128);
150 bat_priv->nc.decoding_hash = batadv_hash_new(128);
H A Dbridge_loop_avoidance.c1563 bat_priv->bla.claim_hash = batadv_hash_new(128);
1567 bat_priv->bla.backbone_hash = batadv_hash_new(32);
H A Doriginator.c200 bat_priv->orig_hash = batadv_hash_new(1024);
H A Ddistributed-arp-table.c815 bat_priv->dat.hash = batadv_hash_new(1024);
H A Dtranslation-table.c585 bat_priv->tt.local_hash = batadv_hash_new(1024);
1402 bat_priv->tt.global_hash = batadv_hash_new(1024);

Completed in 172 milliseconds