Home
last modified time | relevance | path

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

/system/netd/libnetdbpf/include/netdbpf/
Dbpf_shared.h129 RESTRICTED_MATCH = (1 << 5), enumerator
/system/netd/bpf_progs/
Dnetd.c206 if ((enabledRules & RESTRICTED_MATCH) && !(uidRules & RESTRICTED_MATCH)) { in bpf_owner_match()
/system/netd/server/
DTrafficController.cpp106 FLAG_MSG_TRANS(matchType, RESTRICTED_MATCH, match); in uidMatchTypeToString()
584 res = updateOwnerMapEntry(RESTRICTED_MATCH, uid, rule, type); in changeUidOwnerRule()
662 res = replaceRulesInMap(RESTRICTED_MATCH, uids); in replaceUidOwnerMap()
697 match = RESTRICTED_MATCH; in toggleUidOwnerMap()
DTrafficControllerTest.cpp597 checkUidOwnerRuleForChain(RESTRICTED, RESTRICTED_MATCH); in TEST_F()
607 checkUidMapReplace("fw_restricted", uids, RESTRICTED_MATCH); in TEST_F()