Lines Matching refs:bytes
41 int setInterfaceSharedQuota(const std::string& iface, int64_t bytes);
42 int getInterfaceSharedQuota(int64_t *bytes);
45 int setInterfaceQuota(const std::string& iface, int64_t bytes);
46 int getInterfaceQuota(const std::string& iface, int64_t* bytes);
60 int setGlobalAlert(int64_t bytes);
65 int setSharedAlert(int64_t bytes);
68 int setInterfaceAlert(const std::string& iface, int64_t bytes);
102 int runIptablesAlertCmd(IptOp op, const std::string& alertName, int64_t bytes);
103 int runIptablesAlertFwdCmd(IptOp op, const std::string& alertName, int64_t bytes);
105 int updateQuota(const std::string& alertName, int64_t bytes);
107 int setCostlyAlert(const std::string& costName, int64_t bytes, int64_t* alertBytes);