diff --git a/net/mptcp/options.c b/net/mptcp/options.c index 8a1c5698983c..24903a12a4e0 100644 --- a/net/mptcp/options.c +++ b/net/mptcp/options.c @@ -583,6 +583,8 @@ static bool mptcp_established_options_dss(struct sock *sk, struct sk_buff *skb, map_size += TCPOLEN_MPTCP_DSS_CHECKSUM; opts->ext_copy = *mpext; + } else { + opts->ext_copy.use_map = 0; } dss_size = map_size;