Home
last modified time | relevance | path

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

/aosp_15_r20/system/netd/server/
H A DTetherController.h180 static int (*iptablesRestoreFunction)(IptablesTarget, const std::string&, std::string *); variable
H A DBandwidthController.h116 static int (*iptablesRestoreFunction)(IptablesTarget, const std::string&, std::string *); variable
H A DBandwidthController.cpp67 auto BandwidthController::iptablesRestoreFunction = execIptablesRestoreWithOutput; member in BandwidthController
H A DTetherController.cpp130 auto TetherController::iptablesRestoreFunction = execIptablesRestoreWithOutput; member in android::net::TetherController