Searched refs:alertName (Results 1 – 3 of 3) sorted by relevance
/system/netd/ |
D | BandwidthController.cpp | 741 int BandwidthController::runIptablesAlertCmd(IptOp op, const char *alertName, int64_t bytes) { in runIptablesAlertCmd() argument 763 bytes, alertName); in runIptablesAlertCmd() 767 bytes, alertName); in runIptablesAlertCmd() 773 int BandwidthController::runIptablesAlertFwdCmd(IptOp op, const char *alertName, int64_t bytes) { in runIptablesAlertFwdCmd() argument 795 bytes, alertName); in runIptablesAlertFwdCmd() 802 const char *alertName = ALERT_GLOBAL_NAME; in setGlobalAlert() local 810 res = updateQuota(alertName, bytes); in setGlobalAlert() 812 res = runIptablesAlertCmd(IptOpInsert, alertName, bytes); in setGlobalAlert() 815 res |= runIptablesAlertFwdCmd(IptOpInsert, alertName, bytes); in setGlobalAlert() 823 const char *alertName = ALERT_GLOBAL_NAME; in setGlobalAlertInForwardChain() local [all …]
|
D | BandwidthController.h | 118 int runIptablesAlertCmd(IptOp op, const char *alertName, int64_t bytes); 119 int runIptablesAlertFwdCmd(IptOp op, const char *alertName, int64_t bytes); 133 int updateQuota(const char *alertName, int64_t bytes);
|
D | NetlinkHandler.cpp | 73 const char *alertName = evt->findParam("ALERT_NAME"); in onEvent() local 75 notifyQuotaLimitReached(alertName, iface); in onEvent()
|