Home
last modified time | relevance | path

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

/linux-4.4.14/net/ipv6/
Droute.c194 struct in6_addr *p = &rt->rt6i_gateway; in choose_neigh_daddr()
546 neigh = __ipv6_neigh_lookup_noref(rt->dst.dev, &rt->rt6i_gateway); in rt6_probe()
568 work->target = rt->rt6i_gateway; in rt6_probe()
607 neigh = __ipv6_neigh_lookup_noref(rt->dst.dev, &rt->rt6i_gateway); in rt6_check_neigh()
1222 rt->rt6i_gateway = ort->rt6i_gateway; in ip6_blackhole_route()
1453 if (!ipv6_addr_equal(&rdfl->gateway, &rt->rt6i_gateway)) in __ip6_route_redirect()
1610 rt->rt6i_gateway = fl6->daddr; in icmp6_dst_alloc()
1919 rt->rt6i_gateway = *gw_addr; in ip6_route_info_create()
2083 !ipv6_addr_equal(&cfg->fc_gateway, &rt->rt6i_gateway)) in ip6_route_del()
2194 nrt->rt6i_gateway = *(struct in6_addr *)neigh->primary_key; in rt6_do_redirect()
[all …]
Dxfrm6_policy.c111 xdst->u.rt6.rt6i_gateway = rt->rt6i_gateway; in xfrm6_fill_dst()
Dip6_fib.c772 ipv6_addr_equal(&iter->rt6i_gateway, in fib6_add_rt2node()
773 &rt->rt6i_gateway)) { in fib6_add_rt2node()
1761 neigh = dst_neigh_lookup(&rt->dst, &rt->rt6i_gateway); in fib6_age()
1948 seq_printf(seq, "%pi6", &rt->rt6i_gateway); in ipv6_route_seq_show()
Dip6_output.c474 target = &rt->rt6i_gateway; in ip6_forward()
/linux-4.4.14/net/mpls/
Dmpls_iptunnel.c112 err = neigh_xmit(NEIGH_ND_TABLE, out_dev, &rt6->rt6i_gateway, in mpls_output()
/linux-4.4.14/include/net/
Dip6_route.h203 return &rt->rt6i_gateway; in rt6_nexthop()
Dip6_fib.h107 struct in6_addr rt6i_gateway; member
/linux-4.4.14/drivers/s390/net/
Dqeth_l3_main.c2741 if (!ipv6_addr_any(&rt->rt6i_gateway)) in qeth_l3_fill_header()
2742 pkey = &rt->rt6i_gateway; in qeth_l3_fill_header()