Searched refs:STANDBY_MATCH (Results 1 – 4 of 4) sorted by relevance
/system/netd/libnetdbpf/include/netdbpf/ |
D | bpf_shared.h | 85 STANDBY_MATCH = (1 << 3), enumerator
|
/system/netd/bpf_progs/ |
D | netd.h | 181 if ((enabledRules & STANDBY_MATCH) && (uidRules & STANDBY_MATCH)) { in bpf_owner_match()
|
/system/netd/server/ |
D | TrafficControllerTest.cpp | 609 ASSERT_TRUE(isOk(mTc.updateOwnerMapEntry(STANDBY_MATCH, uid, DENY, BLACKLIST))); in TEST_F() 612 ASSERT_TRUE(value.value().rule & STANDBY_MATCH); in TEST_F() 624 ASSERT_TRUE(isOk(mTc.updateOwnerMapEntry(STANDBY_MATCH, uid, ALLOW, BLACKLIST))); in TEST_F() 628 ASSERT_FALSE(isOk(mTc.updateOwnerMapEntry(STANDBY_MATCH, uid, ALLOW, BLACKLIST))); in TEST_F() 636 checkUidOwnerRuleForChain(STANDBY, STANDBY_MATCH); in TEST_F() 647 checkUidMapReplace("fw_standby", uids, STANDBY_MATCH); in TEST_F()
|
D | TrafficController.cpp | 102 FLAG_MSG_TRANS(matchType, STANDBY_MATCH, match); in uidMatchTypeToString() 655 res = updateOwnerMapEntry(STANDBY_MATCH, uid, rule, type); in changeUidOwnerRule() 747 res = replaceRulesInMap(STANDBY_MATCH, uids); in replaceUidOwnerMap() 778 match = STANDBY_MATCH; in toggleUidOwnerMap()
|