Home
last modified time | relevance | path

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

/linux-3.4.99/net/batman-adv/
Dtranslation-table.c84 static struct tt_local_entry *tt_local_hash_find(struct bat_priv *bat_priv, in tt_local_hash_find()
88 struct tt_local_entry *tt_local_entry = NULL; in tt_local_hash_find() local
92 tt_local_entry = container_of(tt_common_entry, in tt_local_hash_find()
93 struct tt_local_entry, common); in tt_local_hash_find()
94 return tt_local_entry; in tt_local_hash_find()
111 static void tt_local_entry_free_ref(struct tt_local_entry *tt_local_entry) in tt_local_entry_free_ref() argument
113 if (atomic_dec_and_test(&tt_local_entry->common.refcount)) in tt_local_entry_free_ref()
114 kfree_rcu(tt_local_entry, common.rcu); in tt_local_entry_free_ref()
183 struct tt_local_entry *tt_local_entry = NULL; in tt_local_add() local
187 tt_local_entry = tt_local_hash_find(bat_priv, addr); in tt_local_add()
[all …]
Dtypes.h235 struct tt_local_entry { struct