Searched refs:gw_addr (Results 1 – 1 of 1) sorted by relevance
1218 struct in6_addr *gw_addr; in ip6_route_add() local1221 gw_addr = &cfg->fc_gateway; in ip6_route_add()1222 ipv6_addr_copy(&rt->rt6i_gateway, gw_addr); in ip6_route_add()1223 gwa_type = ipv6_addr_type(gw_addr); in ip6_route_add()1239 grt = rt6_lookup(net, gw_addr, NULL, cfg->fc_ifindex, 1); in ip6_route_add()