diff options
Diffstat (limited to 'net/ipv6/tcp_ipv6.c')
-rw-r--r-- | net/ipv6/tcp_ipv6.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/ipv6/tcp_ipv6.c b/net/ipv6/tcp_ipv6.c index eb6d145ecfd7..1a3c46c139f8 100644 --- a/net/ipv6/tcp_ipv6.c +++ b/net/ipv6/tcp_ipv6.c | |||
@@ -526,7 +526,7 @@ static void tcp_v6_reqsk_destructor(struct request_sock *req) | |||
526 | kfree_skb(inet6_rsk(req)->pktopts); | 526 | kfree_skb(inet6_rsk(req)->pktopts); |
527 | } | 527 | } |
528 | 528 | ||
529 | static struct request_sock_ops tcp6_request_sock_ops = { | 529 | static struct request_sock_ops tcp6_request_sock_ops _read_mostly = { |
530 | .family = AF_INET6, | 530 | .family = AF_INET6, |
531 | .obj_size = sizeof(struct tcp6_request_sock), | 531 | .obj_size = sizeof(struct tcp6_request_sock), |
532 | .rtx_syn_ack = tcp_v6_send_synack, | 532 | .rtx_syn_ack = tcp_v6_send_synack, |