aboutsummaryrefslogtreecommitdiffstats
path: root/include/net
diff options
context:
space:
mode:
Diffstat (limited to 'include/net')
-rw-r--r--include/net/inet_frag.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/include/net/inet_frag.h b/include/net/inet_frag.h
index 6edce7b2ff13..f56e296e6227 100644
--- a/include/net/inet_frag.h
+++ b/include/net/inet_frag.h
@@ -4,6 +4,9 @@
4struct netns_frags { 4struct netns_frags {
5 int nqueues; 5 int nqueues;
6 atomic_t mem; 6 atomic_t mem;
7
8 /* sysctls */
9 int timeout;
7}; 10};
8 11
9struct inet_frag_queue { 12struct inet_frag_queue {
@@ -29,7 +32,6 @@ struct inet_frag_queue {
29struct inet_frags_ctl { 32struct inet_frags_ctl {
30 int high_thresh; 33 int high_thresh;
31 int low_thresh; 34 int low_thresh;
32 int timeout;
33 int secret_interval; 35 int secret_interval;
34}; 36};
35 37