aboutsummaryrefslogtreecommitdiffstats
path: root/include/net/ip.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/net/ip.h')
-rw-r--r--include/net/ip.h6
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;
177extern int sysctl_ip_nonlocal_bind; 177extern int sysctl_ip_nonlocal_bind;
178 178
179/* From ip_fragment.c */ 179/* From ip_fragment.c */
180extern int sysctl_ipfrag_high_thresh; 180struct inet_frags_ctl;
181extern int sysctl_ipfrag_low_thresh; 181extern struct inet_frags_ctl ip4_frags_ctl;
182extern int sysctl_ipfrag_time;
183extern int sysctl_ipfrag_secret_interval;
184extern int sysctl_ipfrag_max_dist; 182extern int sysctl_ipfrag_max_dist;
185 183
186/* From inetpeer.c */ 184/* From inetpeer.c */