Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/net/batman-adv/
H A Dhash.c44 struct batadv_hashtable *batadv_hash_new(u32 size) in batadv_hash_new() function
H A Dhash.h55 struct batadv_hashtable *batadv_hash_new(u32 size);
H A Dnetwork-coding.c150 bat_priv->nc.coding_hash = batadv_hash_new(128); in batadv_nc_mesh_init()
157 bat_priv->nc.decoding_hash = batadv_hash_new(128); in batadv_nc_mesh_init()
H A Dbridge_loop_avoidance.c1569 bat_priv->bla.claim_hash = batadv_hash_new(128); in batadv_bla_init()
1573 bat_priv->bla.backbone_hash = batadv_hash_new(32); in batadv_bla_init()
H A Doriginator.c201 bat_priv->orig_hash = batadv_hash_new(1024); in batadv_originator_init()
H A Ddistributed-arp-table.c820 bat_priv->dat.hash = batadv_hash_new(1024); in batadv_dat_init()
H A Dtranslation-table.c586 bat_priv->tt.local_hash = batadv_hash_new(1024); in batadv_tt_local_init()
1489 bat_priv->tt.global_hash = batadv_hash_new(1024); in batadv_tt_global_init()