diff options
Diffstat (limited to 'net/ipv6/tcp_ipv6.c')
-rw-r--r-- | net/ipv6/tcp_ipv6.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/ipv6/tcp_ipv6.c b/net/ipv6/tcp_ipv6.c index b996ee2005a9..0740f93a114a 100644 --- a/net/ipv6/tcp_ipv6.c +++ b/net/ipv6/tcp_ipv6.c | |||
@@ -1929,6 +1929,7 @@ struct proto tcpv6_prot = { | |||
1929 | .memory_allocated = &tcp_memory_allocated, | 1929 | .memory_allocated = &tcp_memory_allocated, |
1930 | .memory_pressure = &tcp_memory_pressure, | 1930 | .memory_pressure = &tcp_memory_pressure, |
1931 | .orphan_count = &tcp_orphan_count, | 1931 | .orphan_count = &tcp_orphan_count, |
1932 | .sysctl_mem = sysctl_tcp_mem, | ||
1932 | .sysctl_wmem = sysctl_tcp_wmem, | 1933 | .sysctl_wmem = sysctl_tcp_wmem, |
1933 | .sysctl_rmem = sysctl_tcp_rmem, | 1934 | .sysctl_rmem = sysctl_tcp_rmem, |
1934 | .max_header = MAX_TCP_HEADER, | 1935 | .max_header = MAX_TCP_HEADER, |