HomeSort by relevance Sort by last modified time
    Searched refs:runIptablesAlertFwdCmd (Results 1 - 2 of 2) sorted by null

  /system/netd/
BandwidthController.h 119 int runIptablesAlertFwdCmd(IptOp op, const char *alertName, int64_t bytes);
BandwidthController.cpp 773 int BandwidthController::runIptablesAlertFwdCmd(IptOp op, const char *alertName, int64_t bytes) {
815 res |= runIptablesAlertFwdCmd(IptOpInsert, alertName, bytes);
839 res = runIptablesAlertFwdCmd(IptOpInsert, alertName, globalAlertBytes);
854 res |= runIptablesAlertFwdCmd(IptOpDelete, alertName, globalAlertBytes);
880 res = runIptablesAlertFwdCmd(IptOpDelete, alertName, globalAlertBytes);
    [all...]

Completed in 18 milliseconds