Home
last modified time | relevance | path

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

/system/netd/bpf_progs/
Dnetd.c193 uint8_t uidRules = uidEntry ? uidEntry->rule : 0; in bpf_owner_match() local
197 if ((enabledRules & DOZABLE_MATCH) && !(uidRules & DOZABLE_MATCH)) { in bpf_owner_match()
200 if ((enabledRules & STANDBY_MATCH) && (uidRules & STANDBY_MATCH)) { in bpf_owner_match()
203 if ((enabledRules & POWERSAVE_MATCH) && !(uidRules & POWERSAVE_MATCH)) { in bpf_owner_match()
207 if (direction == BPF_INGRESS && (uidRules & IIF_MATCH)) { in bpf_owner_match()