Searched refs:expectedInterface (Results 1 – 1 of 1) sorted by relevance
1230 const std::string& expectedInterface, in iptablesIdleTimerInterfaceRuleExists() argument1234 if (rule.find(expectedInterface) != std::string::npos) { in iptablesIdleTimerInterfaceRuleExists()1862 const std::string& expectedInterface, in iptablesNetworkPermissionIptablesRuleExists() argument1867 if (rule.find(expectedInterface) != std::string::npos) { in iptablesNetworkPermissionIptablesRuleExists()2434 const std::string& expectedInterface, in iptablesFirewallInterfaceFirstRuleExists() argument2444 if (rules[firstRuleIndex].find(expectedInterface) != std::string::npos) { in iptablesFirewallInterfaceFirstRuleExists()2454 const std::string& expectedInterface, in iptablesFirewallInterfaceRuleExists() argument2458 if (rule.find(expectedInterface) != std::string::npos) { in iptablesFirewallInterfaceRuleExists()