OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mips64_system_filter
(Results
1 - 3
of
3
) sorted by null
/bionic/libc/seccomp/
seccomp_bpfs.h
59
extern const struct sock_filter
mips64_system_filter
[];
mips64_system_policy.cpp
7
const sock_filter
mips64_system_filter
[] = {
variable
93
const size_t mips64_system_filter_size = sizeof(
mips64_system_filter
) / sizeof(struct sock_filter);
seccomp_policy.cpp
73
static const struct sock_filter* primary_system_filter =
mips64_system_filter
;
Completed in 1500 milliseconds