Home
last modified time | relevance | path

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

/tools/include/uapi/linux/
A Dseccomp.h42 #define SECCOMP_RET_ERRNO 0x00050000U /* returns an errno */ macro
/tools/testing/selftests/seccomp/
A Dseccomp_bpf.c117 #define SECCOMP_RET_ERRNO 0x00050000U /* returns an errno */ macro
962 BPF_STMT(BPF_RET|BPF_K, SECCOMP_RET_ERRNO | errno), \
1203 BPF_STMT(BPF_RET|BPF_K, SECCOMP_RET_ERRNO), in FIXTURE_SETUP()
2270 BPF_STMT(BPF_RET|BPF_K, SECCOMP_RET_ERRNO | EPERM), in TEST_F()
2674 BPF_STMT(BPF_RET|BPF_K, SECCOMP_RET_ERRNO | EINVAL), in TEST_F()
3253 SECCOMP_RET_ERRNO, SECCOMP_RET_TRACE, in TEST()

Completed in 11 milliseconds