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>
This commit is contained in:
Eric Dumazet
2017-10-27 07:47:27 -07:00
committed by David S. Miller
parent b530b68148
commit 26e9596e5b
6 changed files with 13 additions and 13 deletions

View File

@ -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;