ipv6: Convert to use flowi6 where applicable.
[firefly-linux-kernel-4.4.55.git] / include / linux / icmpv6.h
index 4c4c74ec5987b552ea92afe9e195b53493797ebe..ba45e6bc0764c84e5d0c4409193c6c4e6aa2ee99 100644 (file)
@@ -183,10 +183,10 @@ extern void                               icmpv6_cleanup(void);
 extern void                            icmpv6_param_prob(struct sk_buff *skb,
                                                          u8 code, int pos);
 
-struct flowi;
+struct flowi6;
 struct in6_addr;
 extern void                            icmpv6_flow_init(struct sock *sk,
-                                                        struct flowi *fl,
+                                                        struct flowi6 *fl6,
                                                         u8 type,
                                                         const struct in6_addr *saddr,
                                                         const struct in6_addr *daddr,