Searched refs:getInterfaceQuota (Results 1 – 3 of 3) sorted by relevance
81 int getInterfaceQuota(const char *iface, int64_t *bytes);
661 return getInterfaceQuota("shared", bytes); in getInterfaceSharedQuota()664 int BandwidthController::getInterfaceQuota(const char *costName, int64_t *bytes) { in getInterfaceQuota() function in BandwidthController
765 int rc = gCtls->bandwidthCtrl.getInterfaceQuota(argv[2], &bytes); in runCommand()