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

/linux-master/include/linux/
H A Dseccomp.h13 SECCOMP_FILTER_FLAG_WAIT_KILLABLE_RECV)
/linux-master/include/uapi/linux/
H A Dseccomp.h27 #define SECCOMP_FILTER_FLAG_WAIT_KILLABLE_RECV (1UL << 5) macro
/linux-master/tools/include/uapi/linux/
H A Dseccomp.h27 #define SECCOMP_FILTER_FLAG_WAIT_KILLABLE_RECV (1UL << 5) macro
/linux-master/tools/testing/selftests/seccomp/
H A Dseccomp_bpf.c278 #ifndef SECCOMP_FILTER_FLAG_WAIT_KILLABLE_RECV
279 #define SECCOMP_FILTER_FLAG_WAIT_KILLABLE_RECV (1UL << 5) macro
4584 SECCOMP_FILTER_FLAG_WAIT_KILLABLE_RECV);
4656 SECCOMP_FILTER_FLAG_WAIT_KILLABLE_RECV);
4726 SECCOMP_FILTER_FLAG_WAIT_KILLABLE_RECV);
/linux-master/kernel/
H A Dseccomp.c909 if (flags & SECCOMP_FILTER_FLAG_WAIT_KILLABLE_RECV)
1930 if ((flags & SECCOMP_FILTER_FLAG_WAIT_KILLABLE_RECV) &&

Completed in 307 milliseconds