aboutsummaryrefslogtreecommitdiffstats
path: root/include/net/ipv6.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/net/ipv6.h')
-rw-r--r--include/net/ipv6.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/include/net/ipv6.h b/include/net/ipv6.h
index 77cdab3ce160..b29d76c715d2 100644
--- a/include/net/ipv6.h
+++ b/include/net/ipv6.h
@@ -565,10 +565,8 @@ extern int inet6_hash_connect(struct inet_timewait_death_row *death_row,
565/* 565/*
566 * reassembly.c 566 * reassembly.c
567 */ 567 */
568extern int sysctl_ip6frag_high_thresh; 568struct inet_frags_ctl;
569extern int sysctl_ip6frag_low_thresh; 569extern struct inet_frags_ctl ip6_frags_ctl;
570extern int sysctl_ip6frag_time;
571extern int sysctl_ip6frag_secret_interval;
572 570
573extern const struct proto_ops inet6_stream_ops; 571extern const struct proto_ops inet6_stream_ops;
574extern const struct proto_ops inet6_dgram_ops; 572extern const struct proto_ops inet6_dgram_ops;