Searched refs:UidOwnerMatchType (Results 1 – 4 of 4) sorted by relevance
/system/netd/server/ |
D | TrafficController.h | 107 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);
|
D | TrafficController.cpp | 552 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()
|
D | TrafficControllerTest.cpp | 167 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/ |
D | bpf_shared.h | 80 enum UidOwnerMatchType { enum
|