Searched refs:SECCOMP_RET_ERRNO (Results 1 – 5 of 5) sorted by relevance
/linux/samples/seccomp/ |
A D | dropper.c | 38 SECCOMP_RET_ERRNO|(error & SECCOMP_RET_DATA)), in install_filter()
|
/linux/include/uapi/linux/ |
A D | seccomp.h | 40 #define SECCOMP_RET_ERRNO 0x00050000U /* returns an errno */ macro
|
/linux/kernel/ |
A D | seccomp.c | 956 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 D | seccomp_bpf.c | 107 #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 D | seccomp_filter.rst | 121 ``SECCOMP_RET_ERRNO``:
|
Completed in 15 milliseconds