summaryrefslogtreecommitdiff
path: root/net/ipv4/tcp.c
diff options
context:
space:
mode:
authorEric Dumazet <edumazet@google.com>2017-10-27 07:47:27 -0700
committerDavid S. Miller <davem@davemloft.net>2017-10-28 19:24:38 +0900
commit26e9596e5b8f11025b57b12e7265df649129ab00 (patch)
tree393608af5ca629f8d68ed994faf4dc52599e1a29 /net/ipv4/tcp.c
parentb530b68148301d73775cd27cc136ce4dd5738ae8 (diff)
tcp: Namespace-ify sysctl_tcp_min_tso_segs
Signed-off-by: Eric Dumazet <edumazet@google.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/ipv4/tcp.c')
-rw-r--r--net/ipv4/tcp.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/net/ipv4/tcp.c b/net/ipv4/tcp.c
index c7c983f0f817..a01c97708d83 100644
--- a/net/ipv4/tcp.c
+++ b/net/ipv4/tcp.c
@@ -285,8 +285,6 @@
#include <trace/events/tcp.h>
-int sysctl_tcp_min_tso_segs __read_mostly = 2;
-
int sysctl_tcp_autocorking __read_mostly = 1;
struct percpu_counter tcp_orphan_count;