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()2431 const std::string& expectedInterface, in iptablesFirewallInterfaceFirstRuleExists() argument2441 if (rules[firstRuleIndex].find(expectedInterface) != std::string::npos) { in iptablesFirewallInterfaceFirstRuleExists()2451 const std::string& expectedInterface, in iptablesFirewallInterfaceRuleExists() argument2455 if (rule.find(expectedInterface) != std::string::npos) { in iptablesFirewallInterfaceRuleExists()