Searched refs:rt6i (Results 1 – 2 of 2) sorted by relevance
1449 net = dev_net(rt6_ex->rt6i->dst.dev); in rt6_remove_exception()1455 from = xchg((__force struct fib6_info **)&rt6_ex->rt6i->from, NULL); in rt6_remove_exception()1457 dst_dev_put(&rt6_ex->rt6i->dst); in rt6_remove_exception()1460 dst_release(&rt6_ex->rt6i->dst); in rt6_remove_exception()1526 struct rt6_info *rt6 = rt6_ex->rt6i; in __rt6_find_exception_spinlock()1561 struct rt6_info *rt6 = rt6_ex->rt6i; in __rt6_find_exception_rcu()1707 rt6_ex->rt6i = nrt; in rt6_insert_exception()1752 rcu_access_pointer(rt6_ex->rt6i->from) == from) in fib6_nh_flush_exceptions()1811 if (rt6_ex && !rt6_check_expired(rt6_ex->rt6i)) in rt6_find_cached_rt()1812 ret = rt6_ex->rt6i; in rt6_find_cached_rt()[all …]
148 struct rt6_info *rt6i; member