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

  /system/netd/
BandwidthController.h 105 int runIptablesAlertCmd(IptOp op, const char *alertName, int64_t bytes);
BandwidthController.cpp 672 int BandwidthController::runIptablesAlertCmd(IptOp op, const char *alertName, int64_t bytes) {
742 res = runIptablesAlertCmd(IptOpInsert, alertName, bytes);
782 res = runIptablesAlertCmd(IptOpDelete, alertName, globalAlertBytes);

Completed in 592 milliseconds