Home
last modified time | relevance | path

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

/linux-4.1.27/net/ipv6/
Droute.c172 struct in6_addr *p = &rt->rt6i_gateway; in choose_neigh_daddr()
517 neigh = __ipv6_neigh_lookup_noref(rt->dst.dev, &rt->rt6i_gateway); in rt6_probe()
538 work->target = rt->rt6i_gateway; in rt6_probe()
579 neigh = __ipv6_neigh_lookup_noref(rt->dst.dev, &rt->rt6i_gateway); in rt6_check_neigh()
1074 rt->rt6i_gateway = ort->rt6i_gateway; in ip6_blackhole_route()
1232 if (!ipv6_addr_equal(&rdfl->gateway, &rt->rt6i_gateway)) in __ip6_route_redirect()
1384 rt->rt6i_gateway = fl6->daddr; in icmp6_dst_alloc()
1651 rt->rt6i_gateway = *gw_addr; in ip6_route_info_create()
1814 !ipv6_addr_equal(&cfg->fc_gateway, &rt->rt6i_gateway)) in ip6_route_del()
1926 nrt->rt6i_gateway = *(struct in6_addr *)neigh->primary_key; in rt6_do_redirect()
[all …]
Dxfrm6_policy.c119 xdst->u.rt6.rt6i_gateway = rt->rt6i_gateway; in xfrm6_fill_dst()
Dip6_fib.c731 ipv6_addr_equal(&iter->rt6i_gateway, in fib6_add_rt2node()
732 &rt->rt6i_gateway)) { in fib6_add_rt2node()
1712 neigh = dst_neigh_lookup(&rt->dst, &rt->rt6i_gateway); in fib6_age()
1899 seq_printf(seq, "%pi6", &rt->rt6i_gateway); in ipv6_route_seq_show()
Dip6_output.c461 target = &rt->rt6i_gateway; in ip6_forward()
/linux-4.1.27/include/net/
Dip6_route.h207 return &rt->rt6i_gateway; in rt6_nexthop()
Dip6_fib.h105 struct in6_addr rt6i_gateway; member
/linux-4.1.27/drivers/s390/net/
Dqeth_l3_main.c2851 if (!ipv6_addr_any(&rt->rt6i_gateway)) in qeth_l3_fill_header()
2852 pkey = &rt->rt6i_gateway; in qeth_l3_fill_header()