Home | History | Annotate | Download | only in netd

Lines Matching full:bytes

55     int setInterfaceSharedQuota(const char *iface, int64_t bytes);
56 int getInterfaceSharedQuota(int64_t *bytes);
59 int setInterfaceQuota(const char *iface, int64_t bytes);
60 int getInterfaceQuota(const char *iface, int64_t *bytes);
66 int setGlobalAlert(int64_t bytes);
71 int setSharedAlert(int64_t bytes);
74 int setInterfaceAlert(const char *iface, int64_t bytes);
112 int runIptablesAlertCmd(IptOp op, const char *alertName, int64_t bytes);
113 int runIptablesAlertFwdCmd(IptOp op, const char *alertName, int64_t bytes);
127 int updateQuota(const char *alertName, int64_t bytes);
129 int setCostlyAlert(const char *costName, int64_t bytes, int64_t *alertBytes);