ipv6: Convert to use flowi6 where applicable.
[firefly-linux-kernel-4.4.55.git] / net / ipv6 / xfrm6_policy.c
index 254aa6d795063187b88e266eaaa8ab143344cddc..bef62005c0ed5a5fa6005805c22e84319c293bb9 100644 (file)
@@ -39,8 +39,7 @@ static struct dst_entry *xfrm6_dst_lookup(struct net *net, int tos,
        if (saddr)
                memcpy(&fl6.saddr, saddr, sizeof(fl6.saddr));
 
-       dst = ip6_route_output(net, NULL,
-                              flowi6_to_flowi(&fl6));
+       dst = ip6_route_output(net, NULL, &fl6);
 
        err = dst->error;
        if (dst->error) {