diff options
author | Eric Dumazet <edumazet@google.com> | 2017-10-27 06:55:01 +0200 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2017-10-27 09:35:42 +0200 |
commit | 3f4c7c6f6a9053493ce7dd8a0f17ed8eafc53893 (patch) | |
tree | 5e9875beee1085a51b1215a154e73fdc5874ee4c /include/net/tcp.h | |
parent | tcp: Namespace-ify sysctl_tcp_retrans_collapse (diff) | |
download | linux-3f4c7c6f6a9053493ce7dd8a0f17ed8eafc53893.tar.xz linux-3f4c7c6f6a9053493ce7dd8a0f17ed8eafc53893.zip |
tcp: Namespace-ify sysctl_tcp_stdurg
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 33cc86355b8f..cf3fac7008d7 100644 --- a/include/net/tcp.h +++ b/include/net/tcp.h @@ -243,7 +243,6 @@ void tcp_time_wait(struct sock *sk, int state, int timeo); /* sysctl variables for tcp */ -extern int sysctl_tcp_stdurg; extern int sysctl_tcp_rfc1337; extern int sysctl_tcp_abort_on_overflow; extern int sysctl_tcp_max_orphans; |