Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/wireguard/
H A Dallowedips.c51 static void node_free_rcu(struct rcu_head *rcu) in node_free_rcu() function
333 call_rcu(&node->rcu, node_free_rcu); in wg_allowedips_remove_by_peer()
339 call_rcu(&parent->rcu, node_free_rcu); in wg_allowedips_remove_by_peer()
/openbmc/linux/net/ipv6/
H A Dip6_fib.c199 static void node_free_rcu(struct rcu_head *head) in node_free_rcu() function
208 call_rcu(&fn->rcu, node_free_rcu); in node_free()