Searched refs:SECCOMP_FILTER_FLAG_NEW_LISTENER (Results 1 - 7 of 7) sorted by relevance

/linux-master/include/linux/
H A Dseccomp.h11 SECCOMP_FILTER_FLAG_NEW_LISTENER | \
/linux-master/include/uapi/linux/
H A Dseccomp.h24 #define SECCOMP_FILTER_FLAG_NEW_LISTENER (1UL << 3) macro
/linux-master/tools/include/uapi/linux/
H A Dseccomp.h24 #define SECCOMP_FILTER_FLAG_NEW_LISTENER (1UL << 3) macro
/linux-master/tools/perf/bench/
H A Dsched-seccomp-notify.c109 SECCOMP_FILTER_FLAG_NEW_LISTENER);
/linux-master/tools/testing/selftests/seccomp/
H A Dseccomp_bpf.c188 #ifndef SECCOMP_FILTER_FLAG_NEW_LISTENER
189 #define SECCOMP_FILTER_FLAG_NEW_LISTENER (1UL << 3) macro
2405 SECCOMP_FILTER_FLAG_NEW_LISTENER,
2409 SECCOMP_FILTER_FLAG_NEW_LISTENER };
3405 SECCOMP_FILTER_FLAG_NEW_LISTENER);
3410 SECCOMP_FILTER_FLAG_NEW_LISTENER),
3477 flags = SECCOMP_FILTER_FLAG_NEW_LISTENER |
3503 SECCOMP_FILTER_FLAG_NEW_LISTENER);
3557 SECCOMP_FILTER_FLAG_NEW_LISTENER);
3627 SECCOMP_FILTER_FLAG_NEW_LISTENER);
[all...]
/linux-master/samples/seccomp/
H A Duser-trap.c223 SECCOMP_FILTER_FLAG_NEW_LISTENER);
/linux-master/kernel/
H A Dseccomp.c1922 (flags & SECCOMP_FILTER_FLAG_NEW_LISTENER) &&
1928 * without the SECCOMP_FILTER_FLAG_NEW_LISTENER flag.
1931 ((flags & SECCOMP_FILTER_FLAG_NEW_LISTENER) == 0))
1939 if (flags & SECCOMP_FILTER_FLAG_NEW_LISTENER) {
1984 if (flags & SECCOMP_FILTER_FLAG_NEW_LISTENER) {

Completed in 163 milliseconds