Searched refs:RESTRICTED_MATCH (Results 1 – 4 of 4) sorted by relevance
/system/netd/libnetdbpf/include/netdbpf/ |
D | bpf_shared.h | 129 RESTRICTED_MATCH = (1 << 5), enumerator
|
/system/netd/bpf_progs/ |
D | netd.c | 206 if ((enabledRules & RESTRICTED_MATCH) && !(uidRules & RESTRICTED_MATCH)) { in bpf_owner_match()
|
/system/netd/server/ |
D | TrafficController.cpp | 106 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()
|
D | TrafficControllerTest.cpp | 597 checkUidOwnerRuleForChain(RESTRICTED, RESTRICTED_MATCH); in TEST_F() 607 checkUidMapReplace("fw_restricted", uids, RESTRICTED_MATCH); in TEST_F()
|