Searched refs:setCostlyAlert (Results 1 – 2 of 2) sorted by relevance
156 int setCostlyAlert(const char *costName, int64_t bytes, int64_t *alertBytes);
974 return setCostlyAlert("shared", bytes, &sharedAlertBytes); in setSharedAlert()1003 return setCostlyAlert(iface, bytes, &it->alert); in setInterfaceAlert()1027 int BandwidthController::setCostlyAlert(const char *costName, int64_t bytes, int64_t *alertBytes) { in setCostlyAlert() function in BandwidthController