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

/linux-master/samples/seccomp/
H A Ddropper.c38 SECCOMP_RET_ERRNO|(error & SECCOMP_RET_DATA)),
/linux-master/include/uapi/linux/
H A Dseccomp.h42 #define SECCOMP_RET_ERRNO 0x00050000U /* returns an errno */ macro
/linux-master/tools/include/uapi/linux/
H A Dseccomp.h42 #define SECCOMP_RET_ERRNO 0x00050000U /* returns an errno */ macro
/linux-master/kernel/
H A Dseccomp.c974 case SECCOMP_RET_ERRNO:
1227 case SECCOMP_RET_ERRNO:
2018 case SECCOMP_RET_ERRNO:
/linux-master/tools/testing/selftests/seccomp/
H A Dseccomp_bpf.c110 #define SECCOMP_RET_ERRNO 0x00050000U /* returns an errno */ macro
949 BPF_STMT(BPF_RET|BPF_K, SECCOMP_RET_ERRNO | errno), \
996 * 580c57f10768 ("seccomp: cap SECCOMP_RET_ERRNO data to MAX_ERRNO").
1190 BPF_STMT(BPF_RET|BPF_K, SECCOMP_RET_ERRNO),
2263 BPF_STMT(BPF_RET|BPF_K, SECCOMP_RET_ERRNO | EPERM),
2667 BPF_STMT(BPF_RET|BPF_K, SECCOMP_RET_ERRNO | EINVAL),
3243 SECCOMP_RET_ERRNO, SECCOMP_RET_TRACE,

Completed in 258 milliseconds