Home
last modified time | relevance | path

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

/packages/modules/Connectivity/bpf_progs/
Dnetd.c43 static const int BPF_MATCH = 1; variable
607 return BPF_MATCH;
620 return BPF_MATCH;
638 if (is_system_uid(sock_uid)) return BPF_MATCH;
646 if (sock_uid == 65534) return BPF_MATCH;
649 if (allowlistMatch) return allowlistMatch->rule & HAPPY_BOX_MATCH ? BPF_MATCH : BPF_NOMATCH;
659 if (denylistMatch) return denylistMatch->rule & penalty_box ? BPF_MATCH : BPF_NOMATCH;