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 c5d7656beeee..7eec3383702b 100644 --- a/net/ipv4/tcp_input.c +++ b/net/ipv4/tcp_input.c | |||
@@ -6196,7 +6196,7 @@ struct request_sock *inet_reqsk_alloc(const struct request_sock_ops *ops, | |||
6196 | struct inet_request_sock *ireq = inet_rsk(req); | 6196 | struct inet_request_sock *ireq = inet_rsk(req); |
6197 | 6197 | ||
6198 | kmemcheck_annotate_bitfield(ireq, flags); | 6198 | kmemcheck_annotate_bitfield(ireq, flags); |
6199 | ireq->opt = NULL; | 6199 | ireq->ireq_opt = NULL; |
6200 | #if IS_ENABLED(CONFIG_IPV6) | 6200 | #if IS_ENABLED(CONFIG_IPV6) |
6201 | ireq->pktopts = NULL; | 6201 | ireq->pktopts = NULL; |
6202 | #endif | 6202 | #endif |