Home
last modified time | relevance | path

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

/linux-3.4.99/net/batman-adv/
Dtranslation-table.c97 static struct tt_global_entry *tt_global_hash_find(struct bat_priv *bat_priv, in tt_global_hash_find() function
231 tt_global_entry = tt_global_hash_find(bat_priv, addr); in tt_local_add()
503 tt_global_entry = tt_global_hash_find(bat_priv, tt_addr); in tt_global_add()
655 tt_global_entry = tt_global_hash_find(bat_priv, addr); in tt_global_del()
827 tt_global_entry = tt_global_hash_find(bat_priv, addr); in transtable_search()
1815 tt_global_entry = tt_global_hash_find(bat_priv, src); in is_ap_isolated()