Searched refs:rt6i_dst (Results 1 – 10 of 10) sorted by relevance
/Linux-v4.19/include/net/ |
D | ip6_route.h | 236 (rt->rt6i_dst.plen < 127 && in ipv6_anycast_destination() 237 ipv6_addr_equal(&rt->rt6i_dst.addr, daddr)); in ipv6_anycast_destination() 270 return &rt->rt6i_dst.addr; in rt6_nexthop()
|
D | ip6_fib.h | 184 struct rt6key rt6i_dst; member
|
/Linux-v4.19/net/ipv6/ |
D | xfrm6_policy.c | 112 xdst->u.rt6.rt6i_dst = rt->rt6i_dst; in xfrm6_fill_dst()
|
D | route.c | 995 rt->rt6i_dst = ort->fib6_dst; in ip6_rt_copy_init() 1200 rt->rt6i_dst.addr = *daddr; in ip6_rt_cache_alloc() 1201 rt->rt6i_dst.plen = 128; in ip6_rt_cache_alloc() 1351 bool matched = ipv6_addr_equal(daddr, &rt6->rt6i_dst.addr); in __rt6_find_exception_spinlock() 1386 bool matched = ipv6_addr_equal(daddr, &rt6->rt6i_dst.addr); in __rt6_find_exception_rcu() 1471 rt6_ex = __rt6_find_exception_spinlock(&bucket, &nrt->rt6i_dst.addr, in rt6_insert_exception() 1594 &rt->rt6i_dst.addr, in rt6_remove_exception_rt() 1635 &rt->rt6i_dst.addr, in rt6_update_exception_stamp_rt() 2153 memcpy(&rt->rt6i_dst, &ort->rt6i_dst, sizeof(struct rt6key)); in ip6_blackhole_route() 2695 rt->rt6i_dst.addr = fl6->daddr; in icmp6_dst_alloc() [all …]
|
D | icmp.c | 223 if (rt->rt6i_dst.plen < 128) in icmpv6_xrlim_allow() 224 tmo >>= ((128 - rt->rt6i_dst.plen)>>5); in icmpv6_xrlim_allow()
|
D | fib6_rules.c | 278 if (rt->rt6i_dst.plen <= rule->suppress_prefixlen) in fib6_rule_suppress()
|
D | ip6mr.c | 2214 cache = ip6mr_cache_find(mrt, &rt->rt6i_src.addr, &rt->rt6i_dst.addr); in ip6mr_get_route() 2219 cache = ip6mr_cache_find_any(mrt, &rt->rt6i_dst.addr, in ip6mr_get_route() 2258 iph->daddr = rt->rt6i_dst.addr; in ip6mr_get_route()
|
D | ip6_output.c | 910 if (ip6_rt_check(&rt->rt6i_dst, &fl6->daddr, np->daddr_cache) || in ip6_sk_dst_check()
|
/Linux-v4.19/net/sctp/ |
D | ipv6.c | 377 &rt->rt6i_dst.addr, rt->rt6i_dst.plen, in sctp_v6_get_dst()
|
/Linux-v4.19/net/ipv4/ |
D | ip_tunnel.c | 535 rt6->rt6i_dst.plen == 128) { in tnl_update_pmtu()
|