Home
last modified time | relevance | path

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

/linux/net/batman-adv/
A Dhash.c44 struct batadv_hashtable *batadv_hash_new(u32 size) in batadv_hash_new() function
A Dhash.h55 struct batadv_hashtable *batadv_hash_new(u32 size);
A Dnetwork-coding.c147 bat_priv->nc.coding_hash = batadv_hash_new(128); in batadv_nc_mesh_init()
154 bat_priv->nc.decoding_hash = batadv_hash_new(128); in batadv_nc_mesh_init()
A Dbridge_loop_avoidance.c1562 bat_priv->bla.claim_hash = batadv_hash_new(128); in batadv_bla_init()
1566 bat_priv->bla.backbone_hash = batadv_hash_new(32); in batadv_bla_init()
A Doriginator.c200 bat_priv->orig_hash = batadv_hash_new(1024); in batadv_originator_init()
A Ddistributed-arp-table.c817 bat_priv->dat.hash = batadv_hash_new(1024); in batadv_dat_init()
A Dtranslation-table.c585 bat_priv->tt.local_hash = batadv_hash_new(1024); in batadv_tt_local_init()
1403 bat_priv->tt.global_hash = batadv_hash_new(1024); in batadv_tt_global_init()

Completed in 24 milliseconds