Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/net/batman-adv/
H A Dtranslation-table.c168 * Return: a pointer to the corresponding tt_local_entry struct if the client is
176 struct batadv_tt_local_entry *tt_local_entry = NULL; in batadv_tt_local_hash_find() local
181 tt_local_entry = container_of(tt_common_entry, in batadv_tt_local_hash_find()
184 return tt_local_entry; in batadv_tt_local_hash_find()
213 * batadv_tt_local_entry_free_rcu() - free the tt_local_entry
214 * @rcu: rcu pointer of the tt_local_entry
218 struct batadv_tt_local_entry *tt_local_entry; in batadv_tt_local_entry_free_rcu() local
220 tt_local_entry = container_of(rcu, struct batadv_tt_local_entry, in batadv_tt_local_entry_free_rcu()
223 kmem_cache_free(batadv_tl_cache, tt_local_entry); in batadv_tt_local_entry_free_rcu()
227 * batadv_tt_local_entry_release() - release tt_local_entry fro
233 struct batadv_tt_local_entry *tt_local_entry; batadv_tt_local_entry_release() local
249 batadv_tt_local_entry_put(struct batadv_tt_local_entry *tt_local_entry) batadv_tt_local_entry_put() argument
460 batadv_tt_local_event(struct batadv_priv *bat_priv, struct batadv_tt_local_entry *tt_local_entry, u8 event_flags) batadv_tt_local_event() argument
1303 batadv_tt_local_set_pending(struct batadv_priv *bat_priv, struct batadv_tt_local_entry *tt_local_entry, u16 flags, const char *message) batadv_tt_local_set_pending() argument
1336 struct batadv_tt_local_entry *tt_local_entry; batadv_tt_local_remove() local
1398 struct batadv_tt_local_entry *tt_local_entry; batadv_tt_local_purge_list() local
1683 struct batadv_tt_local_entry *tt_local_entry; batadv_tt_global_add() local
2568 _batadv_is_ap_isolated(struct batadv_tt_local_entry *tt_local_entry, struct batadv_tt_global_entry *tt_global_entry) _batadv_is_ap_isolated() argument
2602 struct batadv_tt_local_entry *tt_local_entry = NULL; batadv_transtable_search() local
3576 struct batadv_tt_local_entry *tt_local_entry; batadv_is_my_client() local
3974 struct batadv_tt_local_entry *tt_local_entry; batadv_is_ap_isolated() local
4129 struct batadv_tt_local_entry *tt_local_entry; batadv_tt_local_client_is_roaming() local
[all...]
/kernel/linux/linux-6.6/net/batman-adv/
H A Dtranslation-table.c167 * Return: a pointer to the corresponding tt_local_entry struct if the client is
175 struct batadv_tt_local_entry *tt_local_entry = NULL; in batadv_tt_local_hash_find() local
180 tt_local_entry = container_of(tt_common_entry, in batadv_tt_local_hash_find()
183 return tt_local_entry; in batadv_tt_local_hash_find()
212 * batadv_tt_local_entry_free_rcu() - free the tt_local_entry
213 * @rcu: rcu pointer of the tt_local_entry
217 struct batadv_tt_local_entry *tt_local_entry; in batadv_tt_local_entry_free_rcu() local
219 tt_local_entry = container_of(rcu, struct batadv_tt_local_entry, in batadv_tt_local_entry_free_rcu()
222 kmem_cache_free(batadv_tl_cache, tt_local_entry); in batadv_tt_local_entry_free_rcu()
226 * batadv_tt_local_entry_release() - release tt_local_entry fro
232 struct batadv_tt_local_entry *tt_local_entry; batadv_tt_local_entry_release() local
248 batadv_tt_local_entry_put(struct batadv_tt_local_entry *tt_local_entry) batadv_tt_local_entry_put() argument
459 batadv_tt_local_event(struct batadv_priv *bat_priv, struct batadv_tt_local_entry *tt_local_entry, u8 event_flags) batadv_tt_local_event() argument
1218 batadv_tt_local_set_pending(struct batadv_priv *bat_priv, struct batadv_tt_local_entry *tt_local_entry, u16 flags, const char *message) batadv_tt_local_set_pending() argument
1251 struct batadv_tt_local_entry *tt_local_entry; batadv_tt_local_remove() local
1312 struct batadv_tt_local_entry *tt_local_entry; batadv_tt_local_purge_list() local
1596 struct batadv_tt_local_entry *tt_local_entry; batadv_tt_global_add() local
2340 _batadv_is_ap_isolated(struct batadv_tt_local_entry *tt_local_entry, struct batadv_tt_global_entry *tt_global_entry) _batadv_is_ap_isolated() argument
2374 struct batadv_tt_local_entry *tt_local_entry = NULL; batadv_transtable_search() local
3339 struct batadv_tt_local_entry *tt_local_entry; batadv_is_my_client() local
3734 struct batadv_tt_local_entry *tt_local_entry; batadv_is_ap_isolated() local
3889 struct batadv_tt_local_entry *tt_local_entry; batadv_tt_local_client_is_roaming() local
[all...]

Completed in 6 milliseconds