Home
last modified time | relevance | path

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

/system/netd/bpf_progs/
Dnetd.c330 UidOwnerValue* allowlistMatch = bpf_uid_owner_map_lookup_elem(&sock_uid); variable
331 if (allowlistMatch) return allowlistMatch->rule & HAPPY_BOX_MATCH ? BPF_MATCH : BPF_NOMATCH;