diff options
Diffstat (limited to 'include/net/ip.h')
-rw-r--r-- | include/net/ip.h | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/include/net/ip.h b/include/net/ip.h index c08c59e2384c..e6aa955e241c 100644 --- a/include/net/ip.h +++ b/include/net/ip.h | |||
@@ -177,10 +177,8 @@ extern int sysctl_ip_default_ttl; | |||
177 | extern int sysctl_ip_nonlocal_bind; | 177 | extern int sysctl_ip_nonlocal_bind; |
178 | 178 | ||
179 | /* From ip_fragment.c */ | 179 | /* From ip_fragment.c */ |
180 | extern int sysctl_ipfrag_high_thresh; | 180 | struct inet_frags_ctl; |
181 | extern int sysctl_ipfrag_low_thresh; | 181 | extern struct inet_frags_ctl ip4_frags_ctl; |
182 | extern int sysctl_ipfrag_time; | ||
183 | extern int sysctl_ipfrag_secret_interval; | ||
184 | extern int sysctl_ipfrag_max_dist; | 182 | extern int sysctl_ipfrag_max_dist; |
185 | 183 | ||
186 | /* From inetpeer.c */ | 184 | /* From inetpeer.c */ |