diff options
author | Eric Dumazet <edumazet@google.com> | 2017-10-27 07:55:07 +0300 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2017-10-27 10:35:43 +0300 |
commit | 6496f6bde0c323fba5e8c5b5cbf3a7bf28dad7ed (patch) | |
tree | e38381a236d932f7cbf2f45c37457639ab6e40de /include/net/netns | |
parent | c6e218035913e14952b04ceecf1a543205106fdb (diff) | |
download | linux-6496f6bde0c323fba5e8c5b5cbf3a7bf28dad7ed.tar.xz |
tcp: Namespace-ify sysctl_tcp_dsack
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 3f6844665a2f..956957a77db9 100644 --- a/include/net/netns/ipv4.h +++ b/include/net/netns/ipv4.h @@ -138,6 +138,7 @@ struct netns_ipv4 { int sysctl_tcp_abort_on_overflow; int sysctl_tcp_fack; int sysctl_tcp_max_reordering; + int sysctl_tcp_dsack; struct inet_timewait_death_row tcp_death_row; int sysctl_max_syn_backlog; int sysctl_tcp_fastopen; |