Searched refs:fl_gw (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/ipv6/
H A Dip6_output.c964 struct flowi fl_gw; local
980 memcpy(&fl_gw, fl, sizeof(struct flowi));
981 memset(&fl_gw.fl6_dst, 0, sizeof(struct in6_addr));
982 *dst = ip6_route_output(net, sk, &fl_gw);

Completed in 51 milliseconds