diff options
author | Eric Dumazet <edumazet@google.com> | 2017-06-07 10:34:39 -0700 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2017-06-08 10:53:29 -0400 |
commit | 5d2ed0521ac98f1ae0243fe52b8ebf95e2abf791 (patch) | |
tree | a339d50c4c0977fa75bc467fafd93ff6a922dec2 /include/net/netns/ipv4.h | |
parent | 9bb37ef00e932eb4b989e855245468feb3980700 (diff) | |
download | linux-stable-5d2ed0521ac98f1ae0243fe52b8ebf95e2abf791.tar.gz linux-stable-5d2ed0521ac98f1ae0243fe52b8ebf95e2abf791.tar.bz2 linux-stable-5d2ed0521ac98f1ae0243fe52b8ebf95e2abf791.zip |
tcp: Namespaceify sysctl_tcp_timestamps
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.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/net/netns/ipv4.h b/include/net/netns/ipv4.h index 1a2ae74a1085..9a14a0850b0e 100644 --- a/include/net/netns/ipv4.h +++ b/include/net/netns/ipv4.h @@ -124,6 +124,7 @@ struct netns_ipv4 { int sysctl_tcp_tw_reuse; int sysctl_tcp_sack; int sysctl_tcp_window_scaling; + int sysctl_tcp_timestamps; struct inet_timewait_death_row tcp_death_row; int sysctl_max_syn_backlog; |