Home
last modified time | relevance | path

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

/linux-6.1.9/net/batman-adv/
Dhash.h75 static inline int batadv_hash_add(struct batadv_hashtable *hash, in batadv_hash_add() function
Dbat_v_ogm.c71 hash_added = batadv_hash_add(bat_priv->orig_hash, batadv_compare_orig, in batadv_v_ogm_orig_get()
Dbridge_loop_avoidance.c524 hash_added = batadv_hash_add(bat_priv->bla.backbone_hash, in batadv_bla_get_backbone_gw()
719 hash_added = batadv_hash_add(bat_priv->bla.claim_hash, in batadv_bla_add_claim()
Dnetwork-coding.c990 hash_added = batadv_hash_add(hash, batadv_nc_hash_compare, in batadv_nc_get_path()
Ddistributed-arp-table.c397 hash_added = batadv_hash_add(bat_priv->dat.hash, batadv_compare_dat, in batadv_dat_entry_add()
Dtranslation-table.c747 hash_added = batadv_hash_add(bat_priv->tt.local_hash, batadv_compare_tt, in batadv_tt_local_add()
1646 hash_added = batadv_hash_add(bat_priv->tt.global_hash, in batadv_tt_global_add()
Dbat_iv_ogm.c156 hash_added = batadv_hash_add(bat_priv->orig_hash, batadv_compare_orig, in batadv_iv_ogm_orig_get()