Searched refs:rt6 (Results 1 – 13 of 13) sorted by relevance
/Linux-v6.1/net/ipv6/ |
D | xfrm6_policy.c | 78 xdst->u.rt6.rt6i_idev = in6_dev_get(dev); in xfrm6_fill_dst() 79 if (!xdst->u.rt6.rt6i_idev) { in xfrm6_fill_dst() 86 xdst->u.rt6.rt6i_flags = rt->rt6i_flags & (RTF_ANYCAST | in xfrm6_fill_dst() 89 xdst->u.rt6.rt6i_gateway = rt->rt6i_gateway; in xfrm6_fill_dst() 90 xdst->u.rt6.rt6i_dst = rt->rt6i_dst; in xfrm6_fill_dst() 91 xdst->u.rt6.rt6i_src = rt->rt6i_src; in xfrm6_fill_dst() 92 INIT_LIST_HEAD(&xdst->u.rt6.rt6i_uncached); in xfrm6_fill_dst() 93 rt6_uncached_list_add(&xdst->u.rt6); in xfrm6_fill_dst() 121 if (likely(xdst->u.rt6.rt6i_idev)) in xfrm6_dst_destroy() 122 in6_dev_put(xdst->u.rt6.rt6i_idev); in xfrm6_dst_destroy() [all …]
|
D | fib6_rules.c | 111 if (res.rt6) in fib6_rule_lookup() 112 return &res.rt6->dst; in fib6_rule_lookup() 256 res->rt6 = rt; in __fib6_rule_action() 275 struct rt6_info *rt = res->rt6; in fib6_rule_suppress()
|
D | route.c | 1384 static bool rt6_is_valid(const struct rt6_info *rt6) in rt6_is_valid() argument 1386 return rt6->sernum == rt_genid_ipv6(dev_net(rt6->dst.dev)); in rt6_is_valid() 1528 struct rt6_info *rt6 = rt6_ex->rt6i; in __rt6_find_exception_spinlock() local 1529 bool matched = ipv6_addr_equal(daddr, &rt6->rt6i_dst.addr); in __rt6_find_exception_spinlock() 1533 matched = ipv6_addr_equal(saddr, &rt6->rt6i_src.addr); in __rt6_find_exception_spinlock() 1563 struct rt6_info *rt6 = rt6_ex->rt6i; in __rt6_find_exception_rcu() local 1564 bool matched = ipv6_addr_equal(daddr, &rt6->rt6i_dst.addr); in __rt6_find_exception_rcu() 1568 matched = ipv6_addr_equal(saddr, &rt6->rt6i_src.addr); in __rt6_find_exception_rcu() 2635 struct rt6_info *rt6; in ip6_route_output_flags() local 2639 rt6 = (struct rt6_info *)dst; in ip6_route_output_flags() [all …]
|
D | icmp.c | 423 const struct rt6_info *rt6 = skb_rt6_info(skb); in icmp6_dev() local 425 if (rt6) in icmp6_dev() 426 dev = rt6->rt6i_idev->dev; in icmp6_dev()
|
/Linux-v6.1/net/mpls/ |
D | mpls_iptunnel.c | 46 struct rt6_info *rt6 = NULL; in mpls_xmit() local 95 rt6 = (struct rt6_info *)dst; in mpls_xmit() 142 } else if (rt6) { in mpls_xmit() 143 if (ipv6_addr_v4mapped(&rt6->rt6i_gateway)) { in mpls_xmit() 145 err = neigh_xmit(NEIGH_ARP_TABLE, out_dev, &rt6->rt6i_gateway.s6_addr32[3], in mpls_xmit() 148 err = neigh_xmit(NEIGH_ND_TABLE, out_dev, &rt6->rt6i_gateway, in mpls_xmit()
|
/Linux-v6.1/drivers/net/ |
D | vrf.c | 114 struct rt6_info __rcu *rt6; member 704 struct rt6_info *rt6; in vrf_ip6_out_redirect() local 708 rt6 = rcu_dereference(vrf->rt6); in vrf_ip6_out_redirect() 709 if (likely(rt6)) { in vrf_ip6_out_redirect() 710 dst = &rt6->dst; in vrf_ip6_out_redirect() 805 struct rt6_info *rt6 = rtnl_dereference(vrf->rt6); in vrf_rt6_release() local 809 RCU_INIT_POINTER(vrf->rt6, NULL); in vrf_rt6_release() 815 if (rt6) { in vrf_rt6_release() 816 dst = &rt6->dst; in vrf_rt6_release() 829 struct rt6_info *rt6; in vrf_rt6_create() local [all …]
|
/Linux-v6.1/include/net/ |
D | ip6_route.h | 217 const struct rt6_info *rt6 = NULL; in skb_rt6_info() local 220 rt6 = container_of(dst, struct rt6_info, dst); in skb_rt6_info() 222 return rt6; in skb_rt6_info()
|
D | ip6_fib.h | 232 struct rt6_info *rt6; member
|
D | xfrm.h | 937 struct rt6_info rt6; member
|
/Linux-v6.1/drivers/infiniband/core/ |
D | addr.c | 352 struct rt6_info *rt6; in has_gateway() local 359 rt6 = container_of(dst, struct rt6_info, dst); in has_gateway() 360 return rt6->rt6i_flags & RTF_GATEWAY; in has_gateway()
|
/Linux-v6.1/net/ipv4/ |
D | ip_tunnel.c | 517 struct rt6_info *rt6; in tnl_update_pmtu() local 520 rt6 = skb_valid_dst(skb) ? (struct rt6_info *)skb_dst(skb) : in tnl_update_pmtu() 524 if (rt6 && mtu < dst_mtu(skb_dst(skb)) && in tnl_update_pmtu() 527 rt6->rt6i_dst.plen == 128) { in tnl_update_pmtu() 528 rt6->rt6i_flags |= RTF_MODIFIED; in tnl_update_pmtu()
|
/Linux-v6.1/drivers/net/ethernet/mellanox/mlxsw/ |
D | spectrum_span.c | 529 struct rt6_info *rt6; in mlxsw_sp_span_gretap6_route() local 542 rt6 = container_of(dst, struct rt6_info, dst); in mlxsw_sp_span_gretap6_route() 546 *daddrp = rt6->rt6i_gateway; in mlxsw_sp_span_gretap6_route()
|
/Linux-v6.1/net/xfrm/ |
D | xfrm_policy.c | 2505 path->u.rt6.rt6i_nfheader_len = nfheader_len; in xfrm_init_path()
|