diff options
author | Eric Dumazet <edumazet@google.com> | 2017-10-26 21:55:03 -0700 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2017-10-27 16:35:42 +0900 |
commit | 65c9410cf55ecf32da1b720f563365d565d6289a (patch) | |
tree | d61a42285add8a9622bbbf1d92263a267c8812bf /include/net/tcp.h | |
parent | 625357aa175c688d219da43c8cfaa2e1629e0e1a (diff) | |
download | linux-65c9410cf55ecf32da1b720f563365d565d6289a.tar.gz linux-65c9410cf55ecf32da1b720f563365d565d6289a.tar.bz2 linux-65c9410cf55ecf32da1b720f563365d565d6289a.zip |
tcp: Namespace-ify sysctl_tcp_abort_on_overflow
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 2aea2b3373b3..7331281a2292 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_abort_on_overflow; extern int sysctl_tcp_max_orphans; extern int sysctl_tcp_fack; extern int sysctl_tcp_reordering; |