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.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/net/ipv6/tcp_ipv6.c b/net/ipv6/tcp_ipv6.c
index 0e2529958b52..6bb98c93edfe 100644
--- a/net/ipv6/tcp_ipv6.c
+++ b/net/ipv6/tcp_ipv6.c
@@ -1940,8 +1940,8 @@ struct proto tcpv6_prot = {
1940 .memory_pressure = &tcp_memory_pressure, 1940 .memory_pressure = &tcp_memory_pressure,
1941 .orphan_count = &tcp_orphan_count, 1941 .orphan_count = &tcp_orphan_count,
1942 .sysctl_mem = sysctl_tcp_mem, 1942 .sysctl_mem = sysctl_tcp_mem,
1943 .sysctl_wmem = sysctl_tcp_wmem, 1943 .sysctl_wmem_offset = offsetof(struct net, ipv4.sysctl_tcp_wmem),
1944 .sysctl_rmem = sysctl_tcp_rmem, 1944 .sysctl_rmem_offset = offsetof(struct net, ipv4.sysctl_tcp_rmem),
1945 .max_header = MAX_TCP_HEADER, 1945 .max_header = MAX_TCP_HEADER,
1946 .obj_size = sizeof(struct tcp6_sock), 1946 .obj_size = sizeof(struct tcp6_sock),
1947 .slab_flags = SLAB_TYPESAFE_BY_RCU, 1947 .slab_flags = SLAB_TYPESAFE_BY_RCU,