aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv4/tcp_ipv4.c
diff options
context:
space:
mode:
Diffstat (limited to 'net/ipv4/tcp_ipv4.c')
-rw-r--r--net/ipv4/tcp_ipv4.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/ipv4/tcp_ipv4.c b/net/ipv4/tcp_ipv4.c
index 167a0f557531..1a47719a55ad 100644
--- a/net/ipv4/tcp_ipv4.c
+++ b/net/ipv4/tcp_ipv4.c
@@ -2468,7 +2468,7 @@ struct proto tcp_prot = {
2468 .obj_size = sizeof(struct tcp_sock), 2468 .obj_size = sizeof(struct tcp_sock),
2469 .twsk_prot = &tcp_timewait_sock_ops, 2469 .twsk_prot = &tcp_timewait_sock_ops,
2470 .rsk_prot = &tcp_request_sock_ops, 2470 .rsk_prot = &tcp_request_sock_ops,
2471 .hashinfo = &tcp_hashinfo, 2471 .h.hashinfo = &tcp_hashinfo,
2472#ifdef CONFIG_COMPAT 2472#ifdef CONFIG_COMPAT
2473 .compat_setsockopt = compat_tcp_setsockopt, 2473 .compat_setsockopt = compat_tcp_setsockopt,
2474 .compat_getsockopt = compat_tcp_getsockopt, 2474 .compat_getsockopt = compat_tcp_getsockopt,