summaryrefslogtreecommitdiffstats
path: root/include/net/netns
diff options
context:
space:
mode:
authorEric Dumazet2017-10-27 16:47:27 +0200
committerDavid S. Miller2017-10-28 12:24:38 +0200
commit26e9596e5b8f11025b57b12e7265df649129ab00 (patch)
tree393608af5ca629f8d68ed994faf4dc52599e1a29 /include/net/netns
parenttcp: Namespace-ify sysctl_tcp_challenge_ack_limit (diff)
downloadkernel-qcow2-linux-26e9596e5b8f11025b57b12e7265df649129ab00.tar.gz
kernel-qcow2-linux-26e9596e5b8f11025b57b12e7265df649129ab00.tar.xz
kernel-qcow2-linux-26e9596e5b8f11025b57b12e7265df649129ab00.zip
tcp: Namespace-ify sysctl_tcp_min_tso_segs
Signed-off-by: Eric Dumazet <edumazet@google.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 e9895d40868e..a2da3e19a977 100644
--- a/include/net/netns/ipv4.h
+++ b/include/net/netns/ipv4.h
@@ -148,6 +148,7 @@ struct netns_ipv4 {
int sysctl_tcp_workaround_signed_windows;
int sysctl_tcp_limit_output_bytes;
int sysctl_tcp_challenge_ack_limit;
+ int sysctl_tcp_min_tso_segs;
struct inet_timewait_death_row tcp_death_row;
int sysctl_max_syn_backlog;
int sysctl_tcp_fastopen;