diff options
author | Nikolay Borisov <kernel@kyup.com> | 2016-02-03 10:46:57 +0300 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2016-02-07 22:36:11 +0300 |
commit | 4979f2d9f7262b9b180bc83de8d70f7a7721c085 (patch) | |
tree | 1ff97d492bccff41a2171747ec6bba8c298ca03c /include/net/netns/ipv4.h | |
parent | 1e579caa18b96f9eb18f4f5416658cd15f37c062 (diff) | |
download | linux-4979f2d9f7262b9b180bc83de8d70f7a7721c085.tar.xz |
ipv4: Namespaceify tcp_notsent_lowat sysctl knob
Signed-off-by: Nikolay Borisov <kernel@kyup.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/net/netns/ipv4.h')
-rw-r--r-- | include/net/netns/ipv4.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/net/netns/ipv4.h b/include/net/netns/ipv4.h index de5ff4385e84..4d6ec3f6fafe 100644 --- a/include/net/netns/ipv4.h +++ b/include/net/netns/ipv4.h @@ -106,6 +106,7 @@ struct netns_ipv4 { int sysctl_tcp_retries2; int sysctl_tcp_orphan_retries; int sysctl_tcp_fin_timeout; + unsigned int sysctl_tcp_notsent_lowat; struct ping_group_range ping_group_range; |