Searched refs:rt6i_gateway (Results 1 – 8 of 8) sorted by relevance
| /linux/net/mpls/ |
| H A D | mpls_iptunnel.c | 141 if (ipv6_addr_v4mapped(&rt6->rt6i_gateway)) { in mpls_xmit() 143 err = neigh_xmit(NEIGH_ARP_TABLE, out_dev, &rt6->rt6i_gateway.s6_addr32[3], in mpls_xmit() 146 err = neigh_xmit(NEIGH_ND_TABLE, out_dev, &rt6->rt6i_gateway, in mpls_xmit()
|
| /linux/net/ipv6/ |
| H A D | xfrm6_policy.c | 99 xdst->u.rt6.rt6i_gateway = rt->rt6i_gateway; in xfrm6_fill_dst()
|
| H A D | route.c | 1182 rt->rt6i_gateway = nh->fib_nh_gw6; in ip6_rt_copy_init() 2034 .gw = &rt->rt6i_gateway, in rt6_update_exception_stamp_rt() 2125 &entry->rt6i_gateway)) { in fib6_nh_exceptions_clean_tohost() 2165 neigh = __ipv6_neigh_lookup_noref(rt->dst.dev, &rt->rt6i_gateway); in rt6_age_examine_exception() 2743 rt->rt6i_gateway = ort->rt6i_gateway; in ip6_blackhole_route() 2961 .gw = &rt6->rt6i_gateway, in __ip6_rt_update_pmtu() 3078 ipv6_addr_equal(gw, &rt_cache->rt6i_gateway)) { in ip6_redirect_nh_match() 3345 rt->rt6i_gateway = fl6->daddr; in icmp6_dst_alloc() 4079 !ipv6_addr_equal(&cfg->fc_gateway, &rt->rt6i_gateway)) in __ip6_del_cached_rt() 4312 .gw = &rt->rt6i_gateway, in rt6_do_redirect() [all …]
|
| H A D | ip6_output.c | 610 target = &rt->rt6i_gateway; in ip6_forward()
|
| /linux/drivers/s390/net/ |
| H A D | qeth_core.h | 982 if (rt && !ipv6_addr_any(&rt->rt6i_gateway)) in qeth_next_hop_v6_rcu() 983 return &rt->rt6i_gateway; in qeth_next_hop_v6_rcu()
|
| /linux/drivers/net/ovpn/ |
| H A D | peer.c | 432 return rt->rt6i_gateway; in ovpn_nexthop_from_skb6() 840 dest = rt->rt6i_gateway; in ovpn_nexthop_from_rt6()
|
| /linux/include/net/ |
| H A D | ip6_fib.h | 214 struct in6_addr rt6i_gateway; member
|
| /linux/drivers/net/ethernet/mellanox/mlxsw/ |
| H A D | spectrum_span.c | 546 *daddrp = rt6->rt6i_gateway; in mlxsw_sp_span_gretap6_route()
|