summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorNeal Cardwell2013-04-02 19:13:07 +0200
committerDavid S. Miller2013-04-02 20:26:50 +0200
commit8466563e16d5198b6efeb3b51791b95b6aaacb6b (patch)
tree02bb976a4206e2e67285f6f6a50e98dd4881507c /include
parentbridge: remove a redundant synchronize_net() (diff)
downloadkernel-qcow2-linux-8466563e16d5198b6efeb3b51791b95b6aaacb6b.tar.gz
kernel-qcow2-linux-8466563e16d5198b6efeb3b51791b95b6aaacb6b.tar.xz
kernel-qcow2-linux-8466563e16d5198b6efeb3b51791b95b6aaacb6b.zip
tcp: Remove dead sysctl_tcp_cookie_size declaration
Remove a declaration left over from the TCPCT-ectomy. This sysctl is no longer referenced anywhere since 1a2c6181c4 ("tcp: Remove TCPCT"). Signed-off-by: Neal Cardwell <ncardwell@google.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include')
-rw-r--r--include/net/tcp.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/net/tcp.h b/include/net/tcp.h
index d1dcb596230e..4475aaf0af57 100644
--- a/include/net/tcp.h
+++ b/include/net/tcp.h
@@ -282,7 +282,6 @@ extern int sysctl_tcp_base_mss;
extern int sysctl_tcp_workaround_signed_windows;
extern int sysctl_tcp_slow_start_after_idle;
extern int sysctl_tcp_max_ssthresh;
-extern int sysctl_tcp_cookie_size;
extern int sysctl_tcp_thin_linear_timeouts;
extern int sysctl_tcp_thin_dupack;
extern int sysctl_tcp_early_retrans;