Home
last modified time | relevance | path

Searched refs:existingChildChains (Results 1 – 1 of 1) sorted by relevance

/system/netd/server/
DControllers.cpp166 std::set<std::string> existingChildChains; in createChildChains() local
173 existingChildChains = findExistingChildChains(target, table, parentChain); in createChildChains()
180 if (existingChildChains.find(childChain) == existingChildChains.end()) { in createChildChains()