Home
last modified time | relevance | path

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

/linux-4.1.27/include/net/
Ddst.h425 static inline void dst_rcu_free(struct rcu_head *head) in dst_rcu_free() function
/linux-4.1.27/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.1.27/net/ipv4/
Droute.c562 call_rcu(&rt->dst.rcu_head, dst_rcu_free); in rt_free()