diff options
Diffstat (limited to 'include/linux/icmpv6.h')
-rw-r--r-- | include/linux/icmpv6.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/include/linux/icmpv6.h b/include/linux/icmpv6.h index 8f86d6b621c8..e4d4300d768f 100644 --- a/include/linux/icmpv6.h +++ b/include/linux/icmpv6.h | |||
@@ -182,6 +182,14 @@ extern int icmpv6_err_convert(int type, int code, | |||
182 | extern void icmpv6_cleanup(void); | 182 | extern void icmpv6_cleanup(void); |
183 | extern void icmpv6_param_prob(struct sk_buff *skb, | 183 | extern void icmpv6_param_prob(struct sk_buff *skb, |
184 | int code, int pos); | 184 | int code, int pos); |
185 | |||
186 | struct flowi; | ||
187 | extern void icmpv6_flow_init(struct sock *sk, | ||
188 | struct flowi *fl, | ||
189 | u8 type, | ||
190 | const struct in6_addr *saddr, | ||
191 | const struct in6_addr *daddr, | ||
192 | int oif); | ||
185 | #endif | 193 | #endif |
186 | 194 | ||
187 | #endif | 195 | #endif |