Home
last modified time | relevance | path

Searched refs:rt6i_gateway (Results 1 – 8 of 8) sorted by relevance

/Linux-v4.19/net/ipv6/
Dxfrm6_policy.c111 xdst->u.rt6.rt6i_gateway = rt->rt6i_gateway; in xfrm6_fill_dst()
Droute.c222 return ip6_neigh_lookup(&rt->rt6i_gateway, dst->dev, skb, daddr); in ip6_dst_neigh_lookup()
230 daddr = choose_neigh_daddr(&rt->rt6i_gateway, NULL, daddr); in ip6_confirm_neigh()
997 rt->rt6i_gateway = ort->fib6_nh.nh_gw; in ip6_rt_copy_init()
1739 &entry->rt6i_gateway)) { in rt6_exceptions_clean_tohost()
1779 neigh = __ipv6_neigh_lookup_noref(rt->dst.dev, &rt->rt6i_gateway); in rt6_age_examine_exception()
2150 rt->rt6i_gateway = ort->rt6i_gateway; in ip6_blackhole_route()
2481 &rt_cache->rt6i_gateway)) { in __ip6_route_redirect()
2694 rt->rt6i_gateway = fl6->daddr; in icmp6_dst_alloc()
3265 !ipv6_addr_equal(&cfg->fc_gateway, &rt->rt6i_gateway)) in ip6_del_cached_rt()
3443 nrt->rt6i_gateway = *(struct in6_addr *)neigh->primary_key; in rt6_do_redirect()
[all …]
Dip6_output.c496 target = &rt->rt6i_gateway; in ip6_forward()
/Linux-v4.19/net/mpls/
Dmpls_iptunnel.c144 err = neigh_xmit(NEIGH_ND_TABLE, out_dev, &rt6->rt6i_gateway, in mpls_xmit()
/Linux-v4.19/include/net/
Dip6_route.h268 return &rt->rt6i_gateway; in rt6_nexthop()
Dip6_fib.h186 struct in6_addr rt6i_gateway; member
/Linux-v4.19/drivers/net/ethernet/mellanox/mlxsw/
Dspectrum_span.c420 *daddrp = rt6->rt6i_gateway; in mlxsw_sp_span_gretap6_route()
/Linux-v4.19/drivers/s390/net/
Dqeth_l3_main.c2084 if (rt && !ipv6_addr_any(&rt->rt6i_gateway)) in qeth_l3_fill_header()
2085 next_hop = &rt->rt6i_gateway; in qeth_l3_fill_header()