summaryrefslogtreecommitdiffstats
path: root/include/net
diff options
context:
space:
mode:
authorNikolay Borisov2016-02-03 08:46:53 +0100
committerDavid S. Miller2016-02-07 20:35:10 +0100
commitae5c3f406cffe15ffd2aa544961b7cd027468d46 (patch)
tree4f5499a05fc3b033982b0678980f5e5415b3ab29 /include/net
parentipv4: Namespaceify tcp reordering sysctl knob (diff)
downloadkernel-qcow2-linux-ae5c3f406cffe15ffd2aa544961b7cd027468d46.tar.gz
kernel-qcow2-linux-ae5c3f406cffe15ffd2aa544961b7cd027468d46.tar.xz
kernel-qcow2-linux-ae5c3f406cffe15ffd2aa544961b7cd027468d46.zip
ipv4: Namespaceify tcp_retries1 sysctl knob
Signed-off-by: Nikolay Borisov <kernel@kyup.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/net')
-rw-r--r--include/net/netns/ipv4.h1
-rw-r--r--include/net/tcp.h1
2 files changed, 1 insertions, 1 deletions
diff --git a/include/net/netns/ipv4.h b/include/net/netns/ipv4.h
index eb4cd0a3c296..dee6ba647461 100644
--- a/include/net/netns/ipv4.h
+++ b/include/net/netns/ipv4.h
@@ -102,6 +102,7 @@ struct netns_ipv4 {
int sysctl_tcp_synack_retries;
int sysctl_tcp_syncookies;
int sysctl_tcp_reordering;
+ int sysctl_tcp_retries1;
struct ping_group_range ping_group_range;
diff --git a/include/net/tcp.h b/include/net/tcp.h
index 7e9a147cabae..da96b9af3e5f 100644
--- a/include/net/tcp.h
+++ b/include/net/tcp.h
@@ -240,7 +240,6 @@ extern int sysctl_tcp_timestamps;
extern int sysctl_tcp_window_scaling;
extern int sysctl_tcp_sack;
extern int sysctl_tcp_fin_timeout;
-extern int sysctl_tcp_retries1;
extern int sysctl_tcp_retries2;
extern int sysctl_tcp_orphan_retries;
extern int sysctl_tcp_fastopen;