Lines Matching refs:IptablesRestoreController
38 int IptablesRestoreController::MAX_RETRIES = 50;
39 int IptablesRestoreController::POLL_TIMEOUT_MS = 100;
115 IptablesRestoreController::IptablesRestoreController() : in IptablesRestoreController() function in IptablesRestoreController
120 IptablesRestoreController::~IptablesRestoreController() { in ~IptablesRestoreController()
124 IptablesProcess* IptablesRestoreController::forkAndExec(const IptablesProcessType type) { in forkAndExec()
203 int IptablesRestoreController::sendCommand(const IptablesProcessType type, in sendCommand()
225 IptablesProcess *newProcess = IptablesRestoreController::forkAndExec(type); in sendCommand()
252 void IptablesRestoreController::maybeLogStderr(const std::unique_ptr<IptablesProcess> &process, in maybeLogStderr()
269 bool IptablesRestoreController::drainAndWaitForAck(const std::unique_ptr<IptablesProcess> &process, in drainAndWaitForAck()
345 int IptablesRestoreController::execute(const IptablesTarget target, const std::string& command, in execute()
366 int IptablesRestoreController::getIpRestorePid(const IptablesProcessType type) { in getIpRestorePid()