diff options
author | Eric Dumazet <edumazet@google.com> | 2017-10-27 16:47:27 +0200 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2017-10-28 12:24:38 +0200 |
commit | 26e9596e5b8f11025b57b12e7265df649129ab00 (patch) | |
tree | 393608af5ca629f8d68ed994faf4dc52599e1a29 /include/net/netns | |
parent | tcp: Namespace-ify sysctl_tcp_challenge_ack_limit (diff) | |
download | linux-26e9596e5b8f11025b57b12e7265df649129ab00.tar.xz 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.h | 1 |
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; |