Lines Matching full:bytes
59 int setInterfaceSharedQuota(const char *iface, int64_t bytes);
60 int getInterfaceSharedQuota(int64_t *bytes);
63 int setInterfaceQuota(const char *iface, int64_t bytes);
64 int getInterfaceQuota(const char *iface, int64_t *bytes);
74 int setGlobalAlert(int64_t bytes);
79 int setSharedAlert(int64_t bytes);
82 int setInterfaceAlert(const char *iface, int64_t bytes);
135 int runIptablesAlertCmd(IptOp op, const char *alertName, int64_t bytes);
136 int runIptablesAlertFwdCmd(IptOp op, const char *alertName, int64_t bytes);
150 int updateQuota(const char *alertName, int64_t bytes);
152 int setCostlyAlert(const char *costName, int64_t bytes, int64_t *alertBytes);