Home
last modified time | relevance | path

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

/Linux-v5.4/include/net/
Dnexthop.h103 void nexthop_free_rcu(struct rcu_head *head);
113 call_rcu(&nh->rcu, nexthop_free_rcu); in nexthop_put()
/Linux-v5.4/net/ipv4/
Dnexthop.c89 void nexthop_free_rcu(struct rcu_head *head) in nexthop_free_rcu() function
100 EXPORT_SYMBOL_GPL(nexthop_free_rcu);