Home
last modified time | relevance | path

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

/linux/samples/seccomp/
A Ddropper.c38 SECCOMP_RET_ERRNO|(error & SECCOMP_RET_DATA)), in install_filter()
/linux/include/uapi/linux/
A Dseccomp.h49 #define SECCOMP_RET_DATA 0x0000ffffU macro
/linux/Documentation/userspace-api/
A Dseccomp_filter.rst116 The ``SECCOMP_RET_DATA`` portion of the return value will be passed
138 of a ``PTRACE_EVENT_SECCOMP`` and the ``SECCOMP_RET_DATA`` portion of
171 ``SECCOMP_RET_DATA`` from the most recently installed filter will be
/linux/kernel/
A Dseccomp.c1181 data = filter_ret & SECCOMP_RET_DATA; in __seccomp_filter()

Completed in 8 milliseconds