Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/net/batman-adv/
H A Dtranslation-table.c213 * batadv_tt_local_entry_free_rcu() - free the tt_local_entry
216 static void batadv_tt_local_entry_free_rcu(struct rcu_head *rcu) in batadv_tt_local_entry_free_rcu() function
240 call_rcu(&tt_local_entry->common.rcu, batadv_tt_local_entry_free_rcu); in batadv_tt_local_entry_release()
/kernel/linux/linux-6.6/net/batman-adv/
H A Dtranslation-table.c212 * batadv_tt_local_entry_free_rcu() - free the tt_local_entry
215 static void batadv_tt_local_entry_free_rcu(struct rcu_head *rcu) in batadv_tt_local_entry_free_rcu() function
239 call_rcu(&tt_local_entry->common.rcu, batadv_tt_local_entry_free_rcu); in batadv_tt_local_entry_release()

Completed in 11 milliseconds