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

/linux-master/include/net/
H A Dnexthop.h260 void nexthop_free_rcu(struct rcu_head *head);
270 call_rcu_hurry(&nh->rcu, nexthop_free_rcu);
/linux-master/net/ipv4/
H A Dnexthop.c521 void nexthop_free_rcu(struct rcu_head *head) function
532 EXPORT_SYMBOL_GPL(nexthop_free_rcu); variable

Completed in 140 milliseconds