Home
last modified time | relevance | path

Searched refs:rt6i_dst (Results 1 – 10 of 10) sorted by relevance

/linux-6.1.9/include/net/
Dip6_route.h258 (rt->rt6i_dst.plen < 127 && in ipv6_anycast_destination()
260 ipv6_addr_equal(&rt->rt6i_dst.addr, daddr)); in ipv6_anycast_destination()
300 return &rt->rt6i_dst.addr; in rt6_nexthop()
Dip6_fib.h214 struct rt6key rt6i_dst; member
/linux-6.1.9/net/ipv6/
Dxfrm6_policy.c90 xdst->u.rt6.rt6i_dst = rt->rt6i_dst; in xfrm6_fill_dst()
Droute.c1128 rt->rt6i_dst = f6i->fib6_dst; in ip6_rt_copy_init()
1339 rt->rt6i_dst.addr = *daddr; in ip6_rt_cache_alloc()
1340 rt->rt6i_dst.plen = 128; in ip6_rt_cache_alloc()
1529 bool matched = ipv6_addr_equal(daddr, &rt6->rt6i_dst.addr); in __rt6_find_exception_spinlock()
1564 bool matched = ipv6_addr_equal(daddr, &rt6->rt6i_dst.addr); in __rt6_find_exception_rcu()
1699 rt6_ex = __rt6_find_exception_spinlock(&bucket, &nrt->rt6i_dst.addr, in rt6_insert_exception()
1853 &rt->rt6i_dst.addr, in fib6_nh_remove_exception()
1930 rt6_ex = __rt6_find_exception_rcu(&bucket, &rt->rt6i_dst.addr, src_key); in fib6_nh_update_exception()
2674 memcpy(&rt->rt6i_dst, &ort->rt6i_dst, sizeof(struct rt6key)); in ip6_blackhole_route()
3271 rt->rt6i_dst.addr = fl6->daddr; in icmp6_dst_alloc()
[all …]
Dicmp.c219 if (rt->rt6i_dst.plen < 128) in icmpv6_xrlim_allow()
220 tmo >>= ((128 - rt->rt6i_dst.plen)>>5); in icmpv6_xrlim_allow()
Dfib6_rules.c287 if (rt->rt6i_dst.plen <= rule->suppress_prefixlen) in fib6_rule_suppress()
Dip6mr.c2296 cache = ip6mr_cache_find(mrt, &rt->rt6i_src.addr, &rt->rt6i_dst.addr); in ip6mr_get_route()
2301 cache = ip6mr_cache_find_any(mrt, &rt->rt6i_dst.addr, in ip6mr_get_route()
2340 iph->daddr = rt->rt6i_dst.addr; in ip6mr_get_route()
Dip6_output.c1074 if (ip6_rt_check(&rt->rt6i_dst, &fl6->daddr, np->daddr_cache) || in ip6_sk_dst_check()
/linux-6.1.9/net/sctp/
Dipv6.c422 &rt->rt6i_dst.addr, rt->rt6i_dst.plen, in sctp_v6_get_dst()
/linux-6.1.9/net/ipv4/
Dip_tunnel.c527 rt6->rt6i_dst.plen == 128) { in tnl_update_pmtu()