Searched refs:existingProcess (Results 1 – 1 of 1) sorted by relevance
220 IptablesProcess *existingProcess = process->get(); in sendCommand() local221 if (existingProcess != nullptr && !existingProcess->outputReady()) { in sendCommand()222 existingProcess->stop(); in sendCommand()223 existingProcess = nullptr; in sendCommand()226 if (existingProcess == nullptr) { in sendCommand()