Home
last modified time | relevance | path

Searched refs:dst_rcu_free (Results 1 – 4 of 4) sorted by relevance

/linux-4.4.14/include/net/
Ddst.h426 static inline void dst_rcu_free(struct rcu_head *head) in dst_rcu_free() function
/linux-4.4.14/net/decnet/
Ddn_route.c188 call_rcu_bh(&rt->dst.rcu_head, dst_rcu_free); in dnrt_free()
194 call_rcu_bh(&rt->dst.rcu_head, dst_rcu_free); in dnrt_drop()
/linux-4.4.14/net/ipv6/
Dip6_fib.c160 call_rcu(&rt->dst.rcu_head, dst_rcu_free); in rt6_rcu_free()
/linux-4.4.14/net/ipv4/
Droute.c564 call_rcu(&rt->dst.rcu_head, dst_rcu_free); in rt_free()