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