Home
last modified time | relevance | path

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

/Linux-v5.4/samples/seccomp/
Ddropper.c38 SECCOMP_RET_ERRNO|(error & SECCOMP_RET_DATA)), in install_filter()
/Linux-v5.4/include/uapi/linux/
Dseccomp.h39 #define SECCOMP_RET_ERRNO 0x00050000U /* returns an errno */ macro
/Linux-v5.4/kernel/
Dseccomp.c645 case SECCOMP_RET_ERRNO: in seccomp_log()
811 case SECCOMP_RET_ERRNO: in __seccomp_filter()
1352 case SECCOMP_RET_ERRNO: in seccomp_get_action_avail()
/Linux-v5.4/tools/testing/selftests/seccomp/
Dseccomp_bpf.c98 #define SECCOMP_RET_ERRNO 0x00050000U /* returns an errno */ macro
807 BPF_STMT(BPF_RET|BPF_K, SECCOMP_RET_ERRNO | errno), \
1048 BPF_STMT(BPF_RET|BPF_K, SECCOMP_RET_ERRNO), in FIXTURE_SETUP()
1959 BPF_STMT(BPF_RET|BPF_K, SECCOMP_RET_ERRNO | EPERM), in TEST_F()
2021 BPF_STMT(BPF_RET|BPF_K, SECCOMP_RET_ERRNO | EPERM), in TEST_F()
2439 BPF_STMT(BPF_RET|BPF_K, SECCOMP_RET_ERRNO | EINVAL), in TEST_F()
2964 SECCOMP_RET_ERRNO, SECCOMP_RET_TRACE, in TEST()
/Linux-v5.4/Documentation/userspace-api/
Dseccomp_filter.rst121 ``SECCOMP_RET_ERRNO``: