/kernel/linux/linux-5.10/include/net/ |
H A D | ip6_route.h | 257 (rt->rt6i_dst.plen < 127 && in ipv6_anycast_destination() 259 ipv6_addr_equal(&rt->rt6i_dst.addr, daddr)); in ipv6_anycast_destination() 299 return &rt->rt6i_dst.addr; in rt6_nexthop()
|
H A D | ip6_fib.h | 210 struct rt6key rt6i_dst; member
|
/kernel/linux/linux-6.6/include/net/ |
H A D | ip6_route.h | 254 (rt->rt6i_dst.plen < 127 && in ipv6_anycast_destination() 256 ipv6_addr_equal(&rt->rt6i_dst.addr, daddr)); in ipv6_anycast_destination() 296 return &rt->rt6i_dst.addr; in rt6_nexthop()
|
H A D | ip6_fib.h | 214 struct rt6key rt6i_dst; member
|
/kernel/linux/linux-5.10/net/ipv6/ |
H A D | xfrm6_policy.c | 97 xdst->u.rt6.rt6i_dst = rt->rt6i_dst; in xfrm6_fill_dst()
|
H A D | route.c | 1126 rt->rt6i_dst = f6i->fib6_dst; in ip6_rt_copy_init() 1340 rt->rt6i_dst.addr = *daddr; in ip6_rt_cache_alloc() 1341 rt->rt6i_dst.plen = 128; in ip6_rt_cache_alloc() 1531 bool matched = ipv6_addr_equal(daddr, &rt6->rt6i_dst.addr); in __rt6_find_exception_spinlock() 1566 bool matched = ipv6_addr_equal(daddr, &rt6->rt6i_dst.addr); in __rt6_find_exception_rcu() 1701 rt6_ex = __rt6_find_exception_spinlock(&bucket, &nrt->rt6i_dst.addr, in rt6_insert_exception() 1847 * both rt6i_dst and rt6i_src. in fib6_nh_remove_exception() 1849 * a hash of only rt6i_dst. in fib6_nh_remove_exception() 1855 &rt->rt6i_dst.addr, in fib6_nh_remove_exception() 1925 * both rt6i_dst an in fib6_nh_update_exception() [all...] |
H A D | fib6_rules.c | 290 if (rt->rt6i_dst.plen <= rule->suppress_prefixlen) in fib6_rule_suppress()
|
H A D | icmp.c | 226 if (rt->rt6i_dst.plen < 128) in icmpv6_xrlim_allow() 227 tmo >>= ((128 - rt->rt6i_dst.plen)>>5); in icmpv6_xrlim_allow()
|
H A D | ip6mr.c | 2271 cache = ip6mr_cache_find(mrt, &rt->rt6i_src.addr, &rt->rt6i_dst.addr); in ip6mr_get_route() 2276 cache = ip6mr_cache_find_any(mrt, &rt->rt6i_dst.addr, in ip6mr_get_route() 2315 iph->daddr = rt->rt6i_dst.addr; in ip6mr_get_route()
|
H A D | ip6_output.c | 1066 if (ip6_rt_check(&rt->rt6i_dst, &fl6->daddr, np->daddr_cache) || in ip6_sk_dst_check()
|
/kernel/linux/linux-6.6/net/ipv6/ |
H A D | xfrm6_policy.c | 90 xdst->u.rt6.rt6i_dst = rt->rt6i_dst; in xfrm6_fill_dst()
|
H A D | route.c | 1129 rt->rt6i_dst = f6i->fib6_dst; in ip6_rt_copy_init() 1340 rt->rt6i_dst.addr = *daddr; in ip6_rt_cache_alloc() 1341 rt->rt6i_dst.plen = 128; in ip6_rt_cache_alloc() 1530 bool matched = ipv6_addr_equal(daddr, &rt6->rt6i_dst.addr); in __rt6_find_exception_spinlock() 1565 bool matched = ipv6_addr_equal(daddr, &rt6->rt6i_dst.addr); in __rt6_find_exception_rcu() 1700 rt6_ex = __rt6_find_exception_spinlock(&bucket, &nrt->rt6i_dst.addr, in rt6_insert_exception() 1846 * both rt6i_dst and rt6i_src. in fib6_nh_remove_exception() 1848 * a hash of only rt6i_dst. in fib6_nh_remove_exception() 1854 &rt->rt6i_dst.addr, in fib6_nh_remove_exception() 1924 * both rt6i_dst an in fib6_nh_update_exception() [all...] |
H A D | fib6_rules.c | 287 if (rt->rt6i_dst.plen <= rule->suppress_prefixlen) in fib6_rule_suppress()
|
H A D | icmp.c | 220 if (rt->rt6i_dst.plen < 128) in icmpv6_xrlim_allow() 221 tmo >>= ((128 - rt->rt6i_dst.plen)>>5); in icmpv6_xrlim_allow()
|
H A D | ip6mr.c | 2286 cache = ip6mr_cache_find(mrt, &rt->rt6i_src.addr, &rt->rt6i_dst.addr); in ip6mr_get_route() 2291 cache = ip6mr_cache_find_any(mrt, &rt->rt6i_dst.addr, in ip6mr_get_route() 2330 iph->daddr = rt->rt6i_dst.addr; in ip6mr_get_route()
|
H A D | ip6_output.c | 1080 if (ip6_rt_check(&rt->rt6i_dst, &fl6->daddr, np->daddr_cache) || in ip6_sk_dst_check()
|
/kernel/linux/linux-5.10/net/sctp/ |
H A D | ipv6.c | 374 &rt->rt6i_dst.addr, rt->rt6i_dst.plen, in sctp_v6_get_dst()
|
/kernel/linux/linux-6.6/net/sctp/ |
H A D | ipv6.c | 422 &rt->rt6i_dst.addr, rt->rt6i_dst.plen, in sctp_v6_get_dst()
|
/kernel/linux/linux-5.10/net/ipv4/ |
H A D | ip_tunnel.c | 540 rt6->rt6i_dst.plen == 128) { in tnl_update_pmtu()
|
/kernel/linux/linux-6.6/net/ipv4/ |
H A D | ip_tunnel.c | 554 rt6->rt6i_dst.plen == 128) { in tnl_update_pmtu()
|