Home
last modified time | relevance | path

Searched defs:iptablesRestoreFunction (Results 1 – 6 of 6) sorted by relevance

/aosp12/system/netd/server/
H A DClatdController.h105 static int (*iptablesRestoreFunction)(IptablesTarget target, const std::string& commands); variable
H A DTetherController.h180 static int (*iptablesRestoreFunction)(IptablesTarget, const std::string&, std::string *); variable
H A DBandwidthController.h124 static int (*iptablesRestoreFunction)(IptablesTarget, const std::string&, std::string *); variable
H A DBandwidthController.cpp70 auto BandwidthController::iptablesRestoreFunction = execIptablesRestoreWithOutput; member in BandwidthController
H A DClatdController.cpp666 auto ClatdController::iptablesRestoreFunction = execIptablesRestore; member in android::net::ClatdController
H A DTetherController.cpp130 auto TetherController::iptablesRestoreFunction = execIptablesRestoreWithOutput; member in android::net::TetherController