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

/linux-4.4.14/net/batman-adv/
H A Dhash.c45 struct batadv_hashtable *batadv_hash_new(u32 size) batadv_hash_new() function
H A Dhash.h52 struct batadv_hashtable *batadv_hash_new(u32 size);
H A Dbridge_loop_avoidance.c1267 bat_priv->bla.claim_hash = batadv_hash_new(128); batadv_bla_init()
1268 bat_priv->bla.backbone_hash = batadv_hash_new(32); batadv_bla_init()
H A Dnetwork-coding.c154 bat_priv->nc.coding_hash = batadv_hash_new(128); batadv_nc_mesh_init()
161 bat_priv->nc.decoding_hash = batadv_hash_new(128); batadv_nc_mesh_init()
H A Ddistributed-arp-table.c753 bat_priv->dat.hash = batadv_hash_new(1024); batadv_dat_init()
H A Doriginator.c146 bat_priv->orig_hash = batadv_hash_new(1024); batadv_originator_init()
H A Dtranslation-table.c491 bat_priv->tt.local_hash = batadv_hash_new(1024); batadv_tt_local_init()
1216 bat_priv->tt.global_hash = batadv_hash_new(1024); batadv_tt_global_init()

Completed in 144 milliseconds