diff options
author | Eric Dumazet <edumazet@google.com> | 2017-10-27 16:47:29 +0200 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2017-10-28 12:24:39 +0200 |
commit | 790f00e19f65673c3c169dfc137c09a9236847d5 (patch) | |
tree | 647e65ea86c81ff29cf1fd8c5bedae63d8e23212 /include/net/tcp.h | |
parent | tcp: Namespace-ify sysctl_tcp_min_rtt_wlen (diff) | |
download | linux-790f00e19f65673c3c169dfc137c09a9236847d5.tar.xz linux-790f00e19f65673c3c169dfc137c09a9236847d5.zip |
tcp: Namespace-ify sysctl_tcp_autocorking
Signed-off-by: Eric Dumazet <edumazet@google.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/net/tcp.h')
-rw-r--r-- | include/net/tcp.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/net/tcp.h b/include/net/tcp.h index 56f50c9a3e6a..0268f1025d9d 100644 --- a/include/net/tcp.h +++ b/include/net/tcp.h @@ -250,7 +250,6 @@ extern int sysctl_tcp_rmem[3]; #define TCP_RACK_LOSS_DETECTION 0x1 /* Use RACK to detect losses */ -extern int sysctl_tcp_autocorking; extern int sysctl_tcp_invalid_ratelimit; extern int sysctl_tcp_pacing_ss_ratio; extern int sysctl_tcp_pacing_ca_ratio; |