Home
last modified time | relevance | path

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

/linux/samples/seccomp/
A Ddropper.c38 SECCOMP_RET_ERRNO|(error & SECCOMP_RET_DATA)), in install_filter()
/linux/include/uapi/linux/
A Dseccomp.h40 #define SECCOMP_RET_ERRNO 0x00050000U /* returns an errno */ macro
/linux/kernel/
A Dseccomp.c956 case SECCOMP_RET_ERRNO: in seccomp_log()
1185 case SECCOMP_RET_ERRNO: in __seccomp_filter()
1907 case SECCOMP_RET_ERRNO: in seccomp_get_action_avail()
/linux/tools/testing/selftests/seccomp/
A Dseccomp_bpf.c107 #define SECCOMP_RET_ERRNO 0x00050000U /* returns an errno */ macro
936 BPF_STMT(BPF_RET|BPF_K, SECCOMP_RET_ERRNO | errno), \
1177 BPF_STMT(BPF_RET|BPF_K, SECCOMP_RET_ERRNO), in FIXTURE_SETUP()
2195 BPF_STMT(BPF_RET|BPF_K, SECCOMP_RET_ERRNO | EPERM), in TEST_F()
2599 BPF_STMT(BPF_RET|BPF_K, SECCOMP_RET_ERRNO | EINVAL), in TEST_F()
3175 SECCOMP_RET_ERRNO, SECCOMP_RET_TRACE, in TEST()
/linux/Documentation/userspace-api/
A Dseccomp_filter.rst121 ``SECCOMP_RET_ERRNO``:

Completed in 15 milliseconds