Home
last modified time | relevance | path

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

/openbmc/linux/net/ipv6/
H A Dip6_output.c1178 struct flowi6 fl_gw6; in ip6_dst_lookup_tail() local
1194 memcpy(&fl_gw6, fl6, sizeof(struct flowi6)); in ip6_dst_lookup_tail()
1195 memset(&fl_gw6.daddr, 0, sizeof(struct in6_addr)); in ip6_dst_lookup_tail()
1196 *dst = ip6_route_output(net, sk, &fl_gw6); in ip6_dst_lookup_tail()