Home
last modified time | relevance | path

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

/linux-6.15/net/ipv6/
H A Droute.c1500 net = dev_net(rt6_ex->rt6i->dst.dev); in rt6_remove_exception()
1506 dst_dev_put(&rt6_ex->rt6i->dst); in rt6_remove_exception()
1509 dst_release(&rt6_ex->rt6i->dst); in rt6_remove_exception()
1575 struct rt6_info *rt6 = rt6_ex->rt6i; in __rt6_find_exception_spinlock()
1610 struct rt6_info *rt6 = rt6_ex->rt6i; in __rt6_find_exception_rcu()
1756 rt6_ex->rt6i = nrt; in rt6_insert_exception()
1862 ret = rt6_ex->rt6i; in rt6_find_cached_rt()
2071 struct rt6_info *entry = rt6_ex->rt6i; in rt6_exceptions_update_pmtu()
2104 struct rt6_info *entry = rt6_ex->rt6i; in fib6_nh_exceptions_clean_tohost()
2125 struct rt6_info *rt = rt6_ex->rt6i; in rt6_age_examine_exception()
[all …]
/linux-6.15/include/net/
H A Dip6_fib.h138 struct rt6_info *rt6i; member