Home
last modified time | relevance | path

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

/openbmc/linux/net/ipv6/
H A Droute.c1458 net = dev_net(rt6_ex->rt6i->dst.dev); in rt6_remove_exception()
1464 dst_dev_put(&rt6_ex->rt6i->dst); in rt6_remove_exception()
1467 dst_release(&rt6_ex->rt6i->dst); in rt6_remove_exception()
1533 struct rt6_info *rt6 = rt6_ex->rt6i; in __rt6_find_exception_spinlock()
1568 struct rt6_info *rt6 = rt6_ex->rt6i; in __rt6_find_exception_rcu()
1714 rt6_ex->rt6i = nrt; in rt6_insert_exception()
1759 rcu_access_pointer(rt6_ex->rt6i->from) == from) in fib6_nh_flush_exceptions()
1818 if (rt6_ex && !rt6_check_expired(rt6_ex->rt6i)) in rt6_find_cached_rt()
1819 ret = rt6_ex->rt6i; in rt6_find_cached_rt()
2028 struct rt6_info *entry = rt6_ex->rt6i; in rt6_exceptions_update_pmtu()
[all …]
/openbmc/linux/include/net/
H A Dip6_fib.h144 struct rt6_info *rt6i; member