summaryrefslogtreecommitdiff
path: root/include/net/inet_frag.h
diff options
context:
space:
mode:
authorNikolay Borisov <kernel@kyup.com>2016-02-15 10:11:31 (GMT)
committerDavid S. Miller <davem@davemloft.net>2016-02-17 01:42:54 (GMT)
commit0fbf4cb27e061204c8cee8e7eb2870416bdf30fd (patch)
tree21a365d057584a370dcc3997082ad4b9083882b5 /include/net/inet_frag.h
parente21145a9871aa5ae07e01926105bb8e523d64095 (diff)
downloadlinux-0fbf4cb27e061204c8cee8e7eb2870416bdf30fd.tar.xz
ipv4: namespacify ip fragment max dist sysctl knob
Signed-off-by: Nikolay Borisov <kernel@kyup.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/net/inet_frag.h')
-rw-r--r--include/net/inet_frag.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/net/inet_frag.h b/include/net/inet_frag.h
index 12aac0f..909972a 100644
--- a/include/net/inet_frag.h
+++ b/include/net/inet_frag.h
@@ -13,6 +13,7 @@ struct netns_frags {
int timeout;
int high_thresh;
int low_thresh;
+ int max_dist;
};
/**