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.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/net/ip.h b/include/net/ip.h
index e4563bbee6ea..4d6294ba038e 100644
--- a/include/net/ip.h
+++ b/include/net/ip.h
@@ -45,6 +45,7 @@ struct inet_skb_parm
45#define IPSKB_TRANSLATED 2 45#define IPSKB_TRANSLATED 2
46#define IPSKB_FORWARDED 4 46#define IPSKB_FORWARDED 4
47#define IPSKB_XFRM_TUNNEL_SIZE 8 47#define IPSKB_XFRM_TUNNEL_SIZE 8
48#define IPSKB_FRAG_COMPLETE 16
48}; 49};
49 50
50struct ipcm_cookie 51struct ipcm_cookie
@@ -168,6 +169,7 @@ extern int sysctl_ipfrag_high_thresh;
168extern int sysctl_ipfrag_low_thresh; 169extern int sysctl_ipfrag_low_thresh;
169extern int sysctl_ipfrag_time; 170extern int sysctl_ipfrag_time;
170extern int sysctl_ipfrag_secret_interval; 171extern int sysctl_ipfrag_secret_interval;
172extern int sysctl_ipfrag_max_dist;
171 173
172/* From inetpeer.c */ 174/* From inetpeer.c */
173extern int inet_peer_threshold; 175extern int inet_peer_threshold;