Lines Matching refs:rt6i_dst
1123 rt->rt6i_dst = f6i->fib6_dst; in ip6_rt_copy_init()
1337 rt->rt6i_dst.addr = *daddr; in ip6_rt_cache_alloc()
1338 rt->rt6i_dst.plen = 128; in ip6_rt_cache_alloc()
1527 bool matched = ipv6_addr_equal(daddr, &rt6->rt6i_dst.addr); in __rt6_find_exception_spinlock()
1562 bool matched = ipv6_addr_equal(daddr, &rt6->rt6i_dst.addr); in __rt6_find_exception_rcu()
1697 rt6_ex = __rt6_find_exception_spinlock(&bucket, &nrt->rt6i_dst.addr, in rt6_insert_exception()
1851 &rt->rt6i_dst.addr, in fib6_nh_remove_exception()
1928 rt6_ex = __rt6_find_exception_rcu(&bucket, &rt->rt6i_dst.addr, src_key); in fib6_nh_update_exception()
2552 memcpy(&rt->rt6i_dst, &ort->rt6i_dst, sizeof(struct rt6key)); in ip6_blackhole_route()
3170 rt->rt6i_dst.addr = fl6->daddr; in icmp6_dst_alloc()
3171 rt->rt6i_dst.plen = 128; in icmp6_dst_alloc()
5482 rt6_dst = &rt6->rt6i_dst; in rt6_fill_node()