Searched refs:SECCOMP_FILTER_FLAG_SPEC_ALLOW (Results 1 - 5 of 5) sorted by relevance

/linux-master/include/linux/
H A Dseccomp.h10 SECCOMP_FILTER_FLAG_SPEC_ALLOW | \
/linux-master/include/uapi/linux/
H A Dseccomp.h23 #define SECCOMP_FILTER_FLAG_SPEC_ALLOW (1UL << 2) macro
/linux-master/tools/include/uapi/linux/
H A Dseccomp.h23 #define SECCOMP_FILTER_FLAG_SPEC_ALLOW (1UL << 2) macro
/linux-master/tools/testing/selftests/seccomp/
H A Dseccomp_bpf.c175 #ifndef SECCOMP_FILTER_FLAG_SPEC_ALLOW
176 #define SECCOMP_FILTER_FLAG_SPEC_ALLOW (1UL << 2) macro
2404 SECCOMP_FILTER_FLAG_SPEC_ALLOW,
/linux-master/kernel/
H A Dseccomp.c462 if ((flags & SECCOMP_FILTER_FLAG_SPEC_ALLOW) == 0)

Completed in 231 milliseconds