Searched refs:quota (Results 1 – 6 of 6) sorted by relevance
/system/netd/server/ |
D | BandwidthController.h | 120 : ifaceName(ifn), quota(q), alert(a) {}; in QuotaInfo() 122 int64_t quota; variable 148 std::string makeIptablesQuotaCmd(IptOp op, const char *costName, int64_t quota);
|
D | BandwidthController.cpp | 435 std::string BandwidthController::makeIptablesQuotaCmd(IptOp op, const char *costName, int64_t quota… in makeIptablesQuotaCmd() argument 440 ALOGV("makeIptablesQuotaCmd(%d, %" PRId64")", op, quota); in makeIptablesQuotaCmd() 459 …sprintf(&buff, "%s bw_costly_%s -m quota2 ! --quota %" PRId64" --name %s", opFlag, costName, quota, in makeIptablesQuotaCmd() 728 it->quota = maxBytes; in setInterfaceQuota()
|
/system/bt/stack/l2cap/ |
D | l2c_utils.c | 1331 … p_ccb->p_lcb->rr_serv[p_ccb->ccb_priority].quota = L2CAP_GET_PRIORITY_QUOTA(p_ccb->ccb_priority); in l2cu_enqueue_ccb() 1461 … p_ccb->p_lcb->rr_serv[p_ccb->ccb_priority].quota = L2CAP_GET_PRIORITY_QUOTA(p_ccb->ccb_priority); in l2cu_change_pri_ccb() 3457 p_lcb->rr_serv[p_lcb->rr_pri].quota--; in l2cu_get_next_channel_in_rr() 3461 if ((p_lcb->rr_serv[p_lcb->rr_pri].quota == 0)||(!p_serve_ccb)) in l2cu_get_next_channel_in_rr() 3466 p_lcb->rr_serv[p_lcb->rr_pri].quota = L2CAP_GET_PRIORITY_QUOTA(p_lcb->rr_pri); in l2cu_get_next_channel_in_rr() 3474 p_lcb->rr_serv[p_serve_ccb->ccb_priority].quota, in l2cu_get_next_channel_in_rr()
|
D | l2c_int.h | 369 UINT8 quota; /* burst transmission quota */ member
|
D | l2c_csm.c | 1511 &&( p_ccb->p_lcb->rr_serv[p_ccb->ccb_priority].quota > 0)) in l2c_enqueue_peer_data()
|
/system/tpm/attestation/common/ |
D | attestation_ca.proto | 49 // id and reports the quota limit exceeded status when the number of reset
|