Searched refs:mIpRestore (Results 1 – 2 of 2) sorted by relevance
131 mIpRestore.reset(forkAndExec(IPTABLES_PROCESS)); in Init()210 (type == IPTABLES_PROCESS) ? &mIpRestore : &mIp6Restore; in sendCommand()370 return type == IPTABLES_PROCESS ? mIpRestore->pid : mIp6Restore->pid; in getIpRestorePid()
89 std::unique_ptr<IptablesProcess> mIpRestore; variable