Home
last modified time | relevance | path

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

/Linux-v6.6/include/net/
Dnexthop.h230 void nexthop_free_rcu(struct rcu_head *head);
240 call_rcu(&nh->rcu, nexthop_free_rcu); in nexthop_put()
/Linux-v6.6/net/ipv4/
Dnexthop.c505 void nexthop_free_rcu(struct rcu_head *head) in nexthop_free_rcu() function
516 EXPORT_SYMBOL_GPL(nexthop_free_rcu);