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

/linux-master/net/batman-adv/
H A Dhash.h65 * batadv_hash_add() - adds data to the hashtable
75 static inline int batadv_hash_add(struct batadv_hashtable *hash, function
H A Dbridge_loop_avoidance.c524 hash_added = batadv_hash_add(bat_priv->bla.backbone_hash,
719 hash_added = batadv_hash_add(bat_priv->bla.claim_hash,
H A Dbat_v_ogm.c70 hash_added = batadv_hash_add(bat_priv->orig_hash, batadv_compare_orig,
H A Dnetwork-coding.c990 hash_added = batadv_hash_add(hash, batadv_nc_hash_compare,
H A Ddistributed-arp-table.c396 hash_added = batadv_hash_add(bat_priv->dat.hash, batadv_compare_dat,
H A Dbat_iv_ogm.c155 hash_added = batadv_hash_add(bat_priv->orig_hash, batadv_compare_orig,
164 /* reference for batadv_hash_add */
H A Dtranslation-table.c747 hash_added = batadv_hash_add(bat_priv->tt.local_hash, batadv_compare_tt,
1645 hash_added = batadv_hash_add(bat_priv->tt.global_hash,

Completed in 379 milliseconds