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
147 if (!sSecondaryTableCtrl)
148 sSecondaryTableCtrl = new SecondaryTableController(map);
152 sNatCtrl = new NatController(sSecondaryTableCtrl);
211 sSecondaryTableCtrl->setupIptablesHooks();
282 if (!sSecondaryTableCtrl->addFwmarkRule(argv[4])) {
290 if (!sSecondaryTableCtrl->removeFwmarkRule(argv[4])) {
308 if (!sSecondaryTableCtrl->addFwmarkRoute(argv[4], argv[5], atoi(argv[6]))) {
316 if (!sSecondaryTableCtrl->removeFwmarkRoute(argv[4], argv[5],
336 if (!sSecondaryTableCtrl
[all...]
H A DCommandListener.h45 static SecondaryTableController *sSecondaryTableCtrl; member in class:CommandListener

Completed in 53 milliseconds