summaryrefslogtreecommitdiff
path: root/include/net/netns
diff options
context:
space:
mode:
authorNikolay Borisov <kernel@kyup.com>2016-01-07 17:38:45 +0300
committerDavid S. Miller <davem@davemloft.net>2016-01-11 01:32:09 +0300
commitb840d15d39128d08ed4486085e5507d2617b9ae1 (patch)
tree33189ee2067bbb204c886affcbca9ac764621f94 /include/net/netns
parent9bd6861bd4326e3afd3f14a9ec8a723771fb20bb (diff)
downloadlinux-b840d15d39128d08ed4486085e5507d2617b9ae1.tar.xz
ipv4: Namespecify the tcp_keepalive_intvl sysctl knob
This is the final part required to namespaceify the tcp keep alive mechanism. Signed-off-by: Nikolay Borisov <kernel@kyup.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/net/netns')
-rw-r--r--include/net/netns/ipv4.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/net/netns/ipv4.h b/include/net/netns/ipv4.h
index 6e26ea2d0374..2b7907a35568 100644
--- a/include/net/netns/ipv4.h
+++ b/include/net/netns/ipv4.h
@@ -96,6 +96,7 @@ struct netns_ipv4 {
int sysctl_tcp_keepalive_time;
int sysctl_tcp_keepalive_probes;
+ int sysctl_tcp_keepalive_intvl;
struct ping_group_range ping_group_range;