Home
last modified time | relevance | path

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

/net/ipv6/
Dip6_fib.c1901 struct fib6_info *leaf, *replace_rt = NULL; in fib6_del_route() local
1918 replace_rt = rcu_dereference_protected(rt->fib6_next, in fib6_del_route()
1985 else if (replace_rt) in fib6_del_route()
1986 call_fib6_entry_notifiers_replace(net, replace_rt); in fib6_del_route()
Droute.c3949 struct fib6_info *last_sibling, *replace_rt; in __ip6_del_rt_siblings() local
3954 replace_rt = rcu_dereference_protected( in __ip6_del_rt_siblings()
3957 if (replace_rt) in __ip6_del_rt_siblings()
3959 replace_rt); in __ip6_del_rt_siblings()