Searched refs:existingProcess (Results 1 – 1 of 1) sorted by relevance
203 IptablesProcess *existingProcess = process->get(); in sendCommand() local204 if (existingProcess != nullptr && !existingProcess->outputReady()) { in sendCommand()205 existingProcess->stop(); in sendCommand()206 existingProcess = nullptr; in sendCommand()209 if (existingProcess == nullptr) { in sendCommand()