diff options
Diffstat (limited to 'include/net/ipv6.h')
-rw-r--r-- | include/net/ipv6.h | 6 |
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 | */ |
568 | extern int sysctl_ip6frag_high_thresh; | 568 | struct inet_frags_ctl; |
569 | extern int sysctl_ip6frag_low_thresh; | 569 | extern struct inet_frags_ctl ip6_frags_ctl; |
570 | extern int sysctl_ip6frag_time; | ||
571 | extern int sysctl_ip6frag_secret_interval; | ||
572 | 570 | ||
573 | extern const struct proto_ops inet6_stream_ops; | 571 | extern const struct proto_ops inet6_stream_ops; |
574 | extern const struct proto_ops inet6_dgram_ops; | 572 | extern const struct proto_ops inet6_dgram_ops; |