Searched refs:mAttachedIfaces (Results 1 – 1 of 1) sorted by relevance
69 private Set<String> mAttachedIfaces; field in DscpPolicyTracker88 mAttachedIfaces = new HashSet<String>(); in DscpPolicyTracker()241 if (!mAttachedIfaces.contains(iface) && !attachProgram(iface)) { in addDscpPolicy()279 if (!mAttachedIfaces.contains(nai.linkProperties.getInterfaceName())) { in removeDscpPolicy()307 if (!mAttachedIfaces.contains(nai.linkProperties.getInterfaceName())) { in removeAllDscpPolicies()339 mAttachedIfaces.add(iface); in attachProgram()352 mAttachedIfaces.remove(iface); in detachProgram()