aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/net/ipv6.h3
-rw-r--r--include/net/netns/ipv6.h3
2 files changed, 3 insertions, 3 deletions
diff --git a/include/net/ipv6.h b/include/net/ipv6.h
index d03a4076e227..c8e8cb241090 100644
--- a/include/net/ipv6.h
+++ b/include/net/ipv6.h
@@ -572,9 +572,6 @@ extern int inet6_hash_connect(struct inet_timewait_death_row *death_row,
572/* 572/*
573 * reassembly.c 573 * reassembly.c
574 */ 574 */
575struct inet_frags_ctl;
576extern struct inet_frags_ctl ip6_frags_ctl;
577
578extern const struct proto_ops inet6_stream_ops; 575extern const struct proto_ops inet6_stream_ops;
579extern const struct proto_ops inet6_dgram_ops; 576extern const struct proto_ops inet6_dgram_ops;
580 577
diff --git a/include/net/netns/ipv6.h b/include/net/netns/ipv6.h
index 42b9b412fb87..ea4a71ac23d4 100644
--- a/include/net/netns/ipv6.h
+++ b/include/net/netns/ipv6.h
@@ -2,6 +2,8 @@
2 * ipv6 in net namespaces 2 * ipv6 in net namespaces
3 */ 3 */
4 4
5#include <net/inet_frag.h>
6
5#ifndef __NETNS_IPV6_H__ 7#ifndef __NETNS_IPV6_H__
6#define __NETNS_IPV6_H__ 8#define __NETNS_IPV6_H__
7 9
@@ -11,6 +13,7 @@ struct netns_sysctl_ipv6 {
11#ifdef CONFIG_SYSCTL 13#ifdef CONFIG_SYSCTL
12 struct ctl_table_header *table; 14 struct ctl_table_header *table;
13#endif 15#endif
16 struct inet_frags_ctl frags;
14 int bindv6only; 17 int bindv6only;
15}; 18};
16 19