diff options
Diffstat (limited to 'net/ipv4/tcp_input.c')
-rw-r--r-- | net/ipv4/tcp_input.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/ipv4/tcp_input.c b/net/ipv4/tcp_input.c index b2390bfdc68f..ab3f12898245 100644 --- a/net/ipv4/tcp_input.c +++ b/net/ipv4/tcp_input.c | |||
@@ -6167,7 +6167,7 @@ struct request_sock *inet_reqsk_alloc(const struct request_sock_ops *ops, | |||
6167 | struct inet_request_sock *ireq = inet_rsk(req); | 6167 | struct inet_request_sock *ireq = inet_rsk(req); |
6168 | 6168 | ||
6169 | kmemcheck_annotate_bitfield(ireq, flags); | 6169 | kmemcheck_annotate_bitfield(ireq, flags); |
6170 | ireq->opt = NULL; | 6170 | ireq->ireq_opt = NULL; |
6171 | #if IS_ENABLED(CONFIG_IPV6) | 6171 | #if IS_ENABLED(CONFIG_IPV6) |
6172 | ireq->pktopts = NULL; | 6172 | ireq->pktopts = NULL; |
6173 | #endif | 6173 | #endif |