Home
last modified time | relevance | path

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

/linux/net/ipv6/
H A Droute.c1464 net = dev_net(rt6_ex->rt6i->dst.dev); in rt6_remove_exception()
1470 from = unrcu_pointer(xchg(&rt6_ex->rt6i->from, NULL)); in rt6_remove_exception()
1472 dst_dev_put(&rt6_ex->rt6i->dst); in rt6_remove_exception()
1475 dst_release(&rt6_ex->rt6i->dst); in rt6_remove_exception()
1541 struct rt6_info *rt6 = rt6_ex->rt6i; in __rt6_find_exception_spinlock()
1576 struct rt6_info *rt6 = rt6_ex->rt6i; in __rt6_find_exception_rcu()
1722 rt6_ex->rt6i = nrt; in rt6_insert_exception()
1767 rcu_access_pointer(rt6_ex->rt6i->from) == from) in fib6_nh_flush_exceptions()
1826 if (rt6_ex && !rt6_check_expired(rt6_ex->rt6i)) in rt6_find_cached_rt()
1827 ret = rt6_ex->rt6i; in rt6_find_cached_rt()
[all …]
/linux/include/net/
H A Dip6_fib.h138 struct rt6_info *rt6i; member