aboutsummaryrefslogtreecommitdiffstats
path: root/include/net/netns/ipv4.h
diff options
context:
space:
mode:
authorEric Dumazet <edumazet@google.com>2017-10-27 07:47:29 -0700
committerDavid S. Miller <davem@davemloft.net>2017-10-28 19:24:39 +0900
commit790f00e19f65673c3c169dfc137c09a9236847d5 (patch)
tree647e65ea86c81ff29cf1fd8c5bedae63d8e23212 /include/net/netns/ipv4.h
parenttcp: Namespace-ify sysctl_tcp_min_rtt_wlen (diff)
downloadlinux-dev-790f00e19f65673c3c169dfc137c09a9236847d5.tar.xz
linux-dev-790f00e19f65673c3c169dfc137c09a9236847d5.zip
tcp: Namespace-ify sysctl_tcp_autocorking
Signed-off-by: Eric Dumazet <edumazet@google.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.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/net/netns/ipv4.h b/include/net/netns/ipv4.h
index 1a66af8a0d32..537830882149 100644
--- a/include/net/netns/ipv4.h
+++ b/include/net/netns/ipv4.h
@@ -150,6 +150,7 @@ struct netns_ipv4 {
int sysctl_tcp_challenge_ack_limit;
int sysctl_tcp_min_tso_segs;
int sysctl_tcp_min_rtt_wlen;
+ int sysctl_tcp_autocorking;
struct inet_timewait_death_row tcp_death_row;
int sysctl_max_syn_backlog;
int sysctl_tcp_fastopen;