diff options
Diffstat (limited to 'include/linux/ipv6.h')
-rw-r--r-- | include/linux/ipv6.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/ipv6.h b/include/linux/ipv6.h index 7d3e86d9576e..69a0decfbdf4 100644 --- a/include/linux/ipv6.h +++ b/include/linux/ipv6.h | |||
@@ -297,6 +297,8 @@ struct tcp6_sock { | |||
297 | struct ipv6_pinfo inet6; | 297 | struct ipv6_pinfo inet6; |
298 | }; | 298 | }; |
299 | 299 | ||
300 | extern int inet6_sk_rebuild_header(struct sock *sk); | ||
301 | |||
300 | #if defined(CONFIG_IPV6) || defined(CONFIG_IPV6_MODULE) | 302 | #if defined(CONFIG_IPV6) || defined(CONFIG_IPV6_MODULE) |
301 | static inline struct ipv6_pinfo * inet6_sk(const struct sock *__sk) | 303 | static inline struct ipv6_pinfo * inet6_sk(const struct sock *__sk) |
302 | { | 304 | { |