Lines Matching refs:rt6i
1288 net = dev_net(rt6_ex->rt6i->dst.dev); in rt6_remove_exception()
1290 dst_release(&rt6_ex->rt6i->dst); in rt6_remove_exception()
1350 struct rt6_info *rt6 = rt6_ex->rt6i; in __rt6_find_exception_spinlock()
1385 struct rt6_info *rt6 = rt6_ex->rt6i; in __rt6_find_exception_rcu()
1481 rt6_ex->rt6i = nrt; in rt6_insert_exception()
1557 if (rt6_ex && !rt6_check_expired(rt6_ex->rt6i)) in rt6_find_cached_rt()
1558 res = rt6_ex->rt6i; in rt6_find_cached_rt()
1655 rt6_ex->rt6i->rt6i_prefsrc.plen = 0; in rt6_exceptions_remove_prefsrc()
1699 struct rt6_info *entry = rt6_ex->rt6i; in rt6_exceptions_update_pmtu()
1734 struct rt6_info *entry = rt6_ex->rt6i; in rt6_exceptions_clean_tohost()
1755 struct rt6_info *rt = rt6_ex->rt6i; in rt6_age_examine_exception()
2656 if (rt6_ex && !rt6_check_expired(rt6_ex->rt6i)) in ip6_mtu_from_fib6()
2657 mtu = dst_metric_raw(&rt6_ex->rt6i->dst, RTAX_MTU); in ip6_mtu_from_fib6()