Searched refs:sSecondaryTableCtrl (Results 1 - 2 of 2) sorted by relevance

/system/netd/
H A DCommandListener.cpp52 SecondaryTableController *CommandListener::sSecondaryTableCtrl = NULL; member in class:CommandListener
149 if (!sSecondaryTableCtrl)
150 sSecondaryTableCtrl = new SecondaryTableController(map);
154 sNatCtrl = new NatController(sSecondaryTableCtrl);
213 sSecondaryTableCtrl->setupIptablesHooks();
284 if (!sSecondaryTableCtrl->addFwmarkRule(argv[4])) {
292 if (!sSecondaryTableCtrl->removeFwmarkRule(argv[4])) {
310 if (!sSecondaryTableCtrl->addFwmarkRoute(argv[4], argv[5], atoi(argv[6]))) {
318 if (!sSecondaryTableCtrl->removeFwmarkRoute(argv[4], argv[5],
338 if (!sSecondaryTableCtrl
[all...]
H A DCommandListener.h45 static SecondaryTableController *sSecondaryTableCtrl; member in class:CommandListener

Completed in 4261 milliseconds