Home
last modified time | relevance | path

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

/Linux-v4.19/net/batman-adv/
Dhash.h84 static inline int batadv_hash_add(struct batadv_hashtable *hash, in batadv_hash_add() function
Dbat_v_ogm.c78 hash_added = batadv_hash_add(bat_priv->orig_hash, batadv_compare_orig, in batadv_v_ogm_orig_get()
Dbridge_loop_avoidance.c531 hash_added = batadv_hash_add(bat_priv->bla.backbone_hash, in batadv_bla_get_backbone_gw()
726 hash_added = batadv_hash_add(bat_priv->bla.claim_hash, in batadv_bla_add_claim()
Ddistributed-arp-table.c357 hash_added = batadv_hash_add(bat_priv->dat.hash, batadv_compare_dat, in batadv_dat_entry_add()
Dnetwork-coding.c1003 hash_added = batadv_hash_add(hash, batadv_nc_hash_compare, in batadv_nc_get_path()
Dtranslation-table.c754 hash_added = batadv_hash_add(bat_priv->tt.local_hash, batadv_compare_tt, in batadv_tt_local_add()
1728 hash_added = batadv_hash_add(bat_priv->tt.global_hash, in batadv_tt_global_add()
Dbat_iv_ogm.c341 hash_added = batadv_hash_add(bat_priv->orig_hash, batadv_compare_orig, in batadv_iv_ogm_orig_get()