]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - include/linux/icmpv6.h
Merge branch 'x86/core' into x86/xsave
[linux-2.6-omap-h63xx.git] / include / linux / icmpv6.h
index 8f86d6b621c81a45490da989b6fb1751e037fbd5..03067443198a3baf0e5bef0c3ba0dfa05499fd1d 100644 (file)
@@ -182,6 +182,15 @@ extern int                         icmpv6_err_convert(int type, int code,
 extern void                            icmpv6_cleanup(void);
 extern void                            icmpv6_param_prob(struct sk_buff *skb,
                                                          int code, int pos);
+
+struct flowi;
+struct in6_addr;
+extern void                            icmpv6_flow_init(struct sock *sk,
+                                                        struct flowi *fl,
+                                                        u8 type,
+                                                        const struct in6_addr *saddr,
+                                                        const struct in6_addr *daddr,
+                                                        int oif);
 #endif
 
 #endif