aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv6/tcp_ipv6.c
diff options
context:
space:
mode:
Diffstat (limited to 'net/ipv6/tcp_ipv6.c')
-rw-r--r--net/ipv6/tcp_ipv6.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/net/ipv6/tcp_ipv6.c b/net/ipv6/tcp_ipv6.c
index b9c7003b7f8b..0b51ec310ebe 100644
--- a/net/ipv6/tcp_ipv6.c
+++ b/net/ipv6/tcp_ipv6.c
@@ -2248,6 +2248,7 @@ struct proto tcpv6_prot = {
2248 .sockets_allocated = &tcp_sockets_allocated, 2248 .sockets_allocated = &tcp_sockets_allocated,
2249 .memory_allocated = &tcp_memory_allocated, 2249 .memory_allocated = &tcp_memory_allocated,
2250 .memory_pressure = &tcp_memory_pressure, 2250 .memory_pressure = &tcp_memory_pressure,
2251 .orphan_count = &tcp_orphan_count,
2251 .sysctl_mem = sysctl_tcp_mem, 2252 .sysctl_mem = sysctl_tcp_mem,
2252 .sysctl_wmem = sysctl_tcp_wmem, 2253 .sysctl_wmem = sysctl_tcp_wmem,
2253 .sysctl_rmem = sysctl_tcp_rmem, 2254 .sysctl_rmem = sysctl_tcp_rmem,