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.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/ipv6/tcp_ipv6.c b/net/ipv6/tcp_ipv6.c
index aeb9497b5bb7..7a8237acd210 100644
--- a/net/ipv6/tcp_ipv6.c
+++ b/net/ipv6/tcp_ipv6.c
@@ -1917,7 +1917,7 @@ struct proto tcpv6_prot = {
1917 .sysctl_rmem = sysctl_tcp_rmem, 1917 .sysctl_rmem = sysctl_tcp_rmem,
1918 .max_header = MAX_TCP_HEADER, 1918 .max_header = MAX_TCP_HEADER,
1919 .obj_size = sizeof(struct tcp6_sock), 1919 .obj_size = sizeof(struct tcp6_sock),
1920 .slab_flags = SLAB_DESTROY_BY_RCU, 1920 .slab_flags = SLAB_TYPESAFE_BY_RCU,
1921 .twsk_prot = &tcp6_timewait_sock_ops, 1921 .twsk_prot = &tcp6_timewait_sock_ops,
1922 .rsk_prot = &tcp6_request_sock_ops, 1922 .rsk_prot = &tcp6_request_sock_ops,
1923 .h.hashinfo = &tcp_hashinfo, 1923 .h.hashinfo = &tcp_hashinfo,