Home
last modified time | relevance | path

Searched refs:UidOwnerMatchType (Results 1 – 4 of 4) sorted by relevance

/system/netd/server/
DTrafficController.h107 netdutils::Status updateOwnerMapEntry(UidOwnerMatchType match, uid_t uid, FirewallRule rule,
112 netdutils::Status replaceRulesInMap(UidOwnerMatchType match, const std::vector<int32_t>& uids)
211 UidOwnerMatchType match) REQUIRES(mMutex);
214 UidOwnerMatchType match, uint32_t iif = 0) REQUIRES(mMutex);
253 UidOwnerMatchType jumpOpToMatch(BandwidthController::IptJumpOp jumpHandling);
DTrafficController.cpp552 Status TrafficController::updateOwnerMapEntry(UidOwnerMatchType match, uid_t uid, FirewallRule rule, in updateOwnerMapEntry()
566 UidOwnerMatchType TrafficController::jumpOpToMatch(BandwidthController::IptJumpOp jumpHandling) { in jumpOpToMatch()
578 UidOwnerMatchType match) { in removeRule()
595 UidOwnerMatchType match, uint32_t iif) { in addRule()
618 UidOwnerMatchType match = jumpOpToMatch(jumpHandling); in updateUidOwnerMap()
672 Status TrafficController::replaceRulesInMap(const UidOwnerMatchType match, in replaceRulesInMap()
DTrafficControllerTest.cpp167 void checkUidOwnerRuleForChain(ChildChain chain, UidOwnerMatchType match) { in checkUidOwnerRuleForChain()
198 void checkEachUidValue(const std::vector<int32_t>& uids, UidOwnerMatchType match) { in checkEachUidValue()
214 UidOwnerMatchType match) { in checkUidMapReplace()
/system/netd/libnetdbpf/include/netdbpf/
Dbpf_shared.h80 enum UidOwnerMatchType { enum