Home
last modified time | relevance | path

Searched defs:ifn (Results 1 – 2 of 2) sorted by relevance

/system/netd/server/
DBandwidthController.cpp389 int BandwidthController::prepCostlyIface(const char *ifn, QuotaType quotaType) { in prepCostlyIface()
446 int BandwidthController::cleanupCostlyIface(const char *ifn, QuotaType quotaType) { in cleanupCostlyIface()
481 char ifn[MAX_IFACENAME_LEN]; in setInterfaceSharedQuota() local
550 char ifn[MAX_IFACENAME_LEN]; in removeInterfaceSharedQuota() local
590 char ifn[MAX_IFACENAME_LEN]; in setInterfaceQuota() local
687 char ifn[MAX_IFACENAME_LEN]; in removeInterfaceQuota() local
DBandwidthController.h119 QuotaInfo(std::string ifn, int64_t q, int64_t a) in QuotaInfo()