diff options
author | Eric Dumazet <edumazet@google.com> | 2017-10-27 17:47:23 +0300 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2017-10-28 13:24:38 +0300 |
commit | d06a99045837d3f4d5431793c4c390b0daf2a08d (patch) | |
tree | 27cb4b6e7f5f54a2f6356dc1ec5c263b216eb26e /include/net/netns/ipv4.h | |
parent | 4540c0cf98b8892a642d2453eec20ae3eb5696fb (diff) | |
download | linux-d06a99045837d3f4d5431793c4c390b0daf2a08d.tar.xz |
tcp: Namespace-ify sysctl_tcp_tso_win_divisor
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 4458a54fe3f4..60bccda046db 100644 --- a/include/net/netns/ipv4.h +++ b/include/net/netns/ipv4.h @@ -144,6 +144,7 @@ struct netns_ipv4 { int sysctl_tcp_frto; int sysctl_tcp_nometrics_save; int sysctl_tcp_moderate_rcvbuf; + int sysctl_tcp_tso_win_divisor; struct inet_timewait_death_row tcp_death_row; int sysctl_max_syn_backlog; int sysctl_tcp_fastopen; |