Home
last modified time | relevance | path

Searched defs:parentChain (Results 1 – 2 of 2) sorted by relevance

/system/netd/server/
DFirewallController.cpp262 int FirewallController::attachChain(const char* childChain, const char* parentChain) { in attachChain()
266 int FirewallController::detachChain(const char* childChain, const char* parentChain) { in detachChain()
271 const char* parentChain, FirewallType type) { in createChain()
DCommandListener.cpp152 static void createChildChains(IptablesTarget target, const char* table, const char* parentChain, in createChildChains()