Searched refs:global_hash (Results 1 - 2 of 2) sorted by last modified time

/linux-master/net/batman-adv/
H A Dtranslation-table.c202 tt_common_entry = batadv_tt_hash_find(bat_priv->tt.global_hash, addr,
567 tt_removed_node = batadv_hash_remove(bat_priv->tt.global_hash,
1358 if (bat_priv->tt.global_hash)
1361 bat_priv->tt.global_hash = batadv_hash_new(1024);
1363 if (!bat_priv->tt.global_hash)
1366 batadv_hash_set_lock_class(bat_priv->tt.global_hash,
1604 hash_added = batadv_hash_add(bat_priv->tt.global_hash,
1931 hash = bat_priv->tt.global_hash;
2159 struct batadv_hashtable *hash = bat_priv->tt.global_hash;
2225 struct batadv_hashtable *hash = bat_priv->tt.global_hash;
[all...]
H A Dtypes.h1035 /** @global_hash: global translation table hash table */
1036 struct batadv_hashtable *global_hash; member in struct:batadv_priv_tt
1915 * &batadv_priv_tt.global_hash

Completed in 148 milliseconds