Searched refs:SECCOMP_RET_DATA (Results 1 - 4 of 4) 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.h51 #define SECCOMP_RET_DATA 0x0000ffffU macro
/linux-master/tools/include/uapi/linux/
H A Dseccomp.h51 #define SECCOMP_RET_DATA 0x0000ffffU macro
/linux-master/kernel/
H A Dseccomp.c1223 data = filter_ret & SECCOMP_RET_DATA;

Completed in 141 milliseconds