Home
last modified time | relevance | path

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

/linux-4.4.14/include/uapi/linux/
Dseccomp.h36 #define SECCOMP_RET_DATA 0x0000ffffU macro
/linux-4.4.14/samples/seccomp/
Ddropper.c38 SECCOMP_RET_ERRNO|(error & SECCOMP_RET_DATA)), in install_filter()
/linux-4.4.14/Documentation/prctl/
Dseccomp_filter.txt108 The SECCOMP_RET_DATA portion of the return value will be passed
125 of a PTRACE_EVENT_SECCOMP and the SECCOMP_RET_DATA portion of
149 SECCOMP_RET_DATA from the most recently installed filter will be
/linux-4.4.14/kernel/
Dseccomp.c589 data = filter_ret & SECCOMP_RET_DATA; in __seccomp_phase1_filter()
686 int data = phase1_result & SECCOMP_RET_DATA; in seccomp_phase2()
/linux-4.4.14/tools/testing/selftests/seccomp/
Dseccomp_bpf.c80 #define SECCOMP_RET_DATA 0x0000ffffU macro