Searched refs:SECCOMP_RET_ERRNO (Results 1 – 5 of 5) sorted by relevance
10 #if defined(SECCOMP_RET_ERRNO) || (defined(HAVE_DECL_SECCOMP_RET_ERRNO) && HAVE_DECL_SECCOMP_RET_ER…11 XLAT(SECCOMP_RET_ERRNO),
3 SECCOMP_RET_ERRNO
25 && defined SECCOMP_RET_ERRNO \35 BPF_STMT(BPF_RET | BPF_K, SECCOMP_RET_ERRNO | (SECCOMP_RET_DATA & (err)))
30 #define SECCOMP_RET_ERRNO 0x00050000U /* returns an errno */ macro
78 BPF_STMT(BPF_RET+BPF_K, SECCOMP_RET_ERRNO|(_errno))