diff options
author | Eric Dumazet <edumazet@google.com> | 2017-10-27 10:47:27 -0400 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2017-10-28 06:24:38 -0400 |
commit | 26e9596e5b8f11025b57b12e7265df649129ab00 (patch) | |
tree | 393608af5ca629f8d68ed994faf4dc52599e1a29 /net/ipv4/tcp.c | |
parent | b530b68148301d73775cd27cc136ce4dd5738ae8 (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.c | 2 |
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 @@ | |||
285 | 285 | ||
286 | #include <trace/events/tcp.h> | 286 | #include <trace/events/tcp.h> |
287 | 287 | ||
288 | int sysctl_tcp_min_tso_segs __read_mostly = 2; | ||
289 | |||
290 | int sysctl_tcp_autocorking __read_mostly = 1; | 288 | int sysctl_tcp_autocorking __read_mostly = 1; |
291 | 289 | ||
292 | struct percpu_counter tcp_orphan_count; | 290 | struct percpu_counter tcp_orphan_count; |