Searched refs:getInterfaceQuota (Results 1 – 3 of 3) sorted by relevance
60 int getInterfaceQuota(const char *iface, int64_t *bytes);
670 return getInterfaceQuota("shared", bytes); in getInterfaceSharedQuota()673 int BandwidthController::getInterfaceQuota(const char *costName, int64_t *bytes) { in getInterfaceQuota() function in BandwidthController
1058 int rc = sBandwidthCtrl->getInterfaceQuota(argv[2], &bytes); in runCommand()