Home
last modified time | relevance | path

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

/linux/net/ipv6/
H A Dxfrm6_policy.c101 xdst->u.rt6.rt6i_dst = rt->rt6i_dst; in xfrm6_fill_dst()
H A Droute.c1182 rt->rt6i_dst = f6i->fib6_dst; in ip6_rt_copy_init()
1393 rt->rt6i_dst.addr = *daddr; in ip6_rt_cache_alloc()
1394 rt->rt6i_dst.plen = 128; in ip6_rt_cache_alloc()
1592 bool matched = ipv6_addr_equal(daddr, &rt6->rt6i_dst.addr); in __rt6_find_exception_spinlock()
1627 bool matched = ipv6_addr_equal(daddr, &rt6->rt6i_dst.addr); in __rt6_find_exception_rcu()
1766 rt6_ex = __rt6_find_exception_spinlock(&bucket, &nrt->rt6i_dst.addr, in rt6_insert_exception()
1915 * both rt6i_dst and rt6i_src. in fib6_nh_remove_exception()
1917 * a hash of only rt6i_dst. in fib6_nh_remove_exception()
1923 &rt->rt6i_dst.addr, in fib6_nh_remove_exception()
1993 * both rt6i_dst an in fib6_nh_update_exception()
[all...]
H A Dfib6_rules.c298 if (rt->rt6i_dst.plen <= rule->suppress_prefixlen) in fib6_rule_suppress()
H A Dip6_output.c1122 if (ip6_rt_check(&rt->rt6i_dst, &fl6->daddr, in ip6_sk_dst_check()
/linux/net/sctp/
H A Dipv6.c424 &rt->rt6i_dst.addr, rt->rt6i_dst.plen, in sctp_v6_get_dst()
/linux/include/net/
H A Dip6_fib.h212 struct rt6key rt6i_dst; member
/linux/net/ipv4/
H A Dip_tunnel.c555 rt6->rt6i_dst.plen == 128) { in tnl_update_pmtu()