diff options
author | Eric Dumazet <edumazet@google.com> | 2017-10-27 17:47:26 +0300 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2017-10-28 13:24:38 +0300 |
commit | b530b68148301d73775cd27cc136ce4dd5738ae8 (patch) | |
tree | 17b24c9b241619498bcae2ff8049653ae4ea46ed /include/net/netns | |
parent | 9184d8bb448a3d2c2d9f90f1e2f5de625292e769 (diff) | |
download | linux-b530b68148301d73775cd27cc136ce4dd5738ae8.tar.xz |
tcp: Namespace-ify sysctl_tcp_challenge_ack_limit
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 e98f473bab13..e9895d40868e 100644 --- a/include/net/netns/ipv4.h +++ b/include/net/netns/ipv4.h @@ -147,6 +147,7 @@ struct netns_ipv4 { int sysctl_tcp_tso_win_divisor; int sysctl_tcp_workaround_signed_windows; int sysctl_tcp_limit_output_bytes; + int sysctl_tcp_challenge_ack_limit; struct inet_timewait_death_row tcp_death_row; int sysctl_max_syn_backlog; int sysctl_tcp_fastopen; |