Home
last modified time | relevance | path

Searched refs:allowlistMatch (Results 1 – 2 of 2) sorted by relevance

/packages/modules/Connectivity/bpf_progs/
Dnetd.c648 UidOwnerValue* allowlistMatch = bpf_uid_owner_map_lookup_elem(&sock_uid); variable
649 if (allowlistMatch) return allowlistMatch->rule & HAPPY_BOX_MATCH ? BPF_MATCH : BPF_NOMATCH;
/packages/modules/Connectivity/tests/unit/java/com/android/server/
DBpfNetMapsTest.java1257 final long allowlistMatch = BACKGROUND_MATCH; // Enable any allowlist match. in testIsUidNetworkingBlockedForCoreUids() local
1258 mConfigurationMap.updateEntry(UID_RULES_CONFIGURATION_KEY, new U32(allowlistMatch)); in testIsUidNetworkingBlockedForCoreUids()