summaryrefslogtreecommitdiff
path: root/include/net
diff options
context:
space:
mode:
authorAngus Chen <angus.chen@jaguarmicro.com>2023-05-12 09:01:52 +0800
committerDavid S. Miller <davem@davemloft.net>2023-05-15 08:42:07 +0100
commitb2cbac9b9b28730e9e53be20b6cdf979d3b9f27e (patch)
tree7347f32ea4db6680d4fd8b3dedb4bde4c1d65743 /include/net
parent6d4ff8aed3b3f3afe12b40ff7e48815fc9688889 (diff)
downloadlinux-next-b2cbac9b9b28730e9e53be20b6cdf979d3b9f27e.tar.gz
net: Remove low_thresh in ip defrag
As low_thresh has no work in fragment reassembles,del it. And Mark it deprecated in sysctl Document. Signed-off-by: Angus Chen <angus.chen@jaguarmicro.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/net')
-rw-r--r--include/net/inet_frag.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/net/inet_frag.h b/include/net/inet_frag.h
index 325ad893f624..8543e740891a 100644
--- a/include/net/inet_frag.h
+++ b/include/net/inet_frag.h
@@ -13,7 +13,6 @@
struct fqdir {
/* sysctls */
long high_thresh;
- long low_thresh;
int timeout;
int max_dist;
struct inet_frags *f;