Home
last modified time | relevance | path

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

/system/netd/server/
DFirewallController.cpp283 int FirewallController::attachChain(const char* childChain, const char* parentChain) { in attachChain()
287 int FirewallController::detachChain(const char* childChain, const char* parentChain) { in detachChain()
292 const char* parentChain, FirewallType type) { in createChain()
DCommandListener.cpp161 static void createChildChains(IptablesTarget target, const char* table, const char* parentChain, in createChildChains()