Home
last modified time | relevance | path

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

/openbmc/linux/samples/seccomp/
H A Dbpf-direct.c58 #ifndef SYS_SECCOMP
59 #define SYS_SECCOMP 1 macro
69 if (info->si_code != SYS_SECCOMP) in emulator()
/openbmc/linux/include/uapi/asm-generic/
H A Dsiginfo.h306 #define SYS_SECCOMP 1 /* seccomp triggered */ macro
/openbmc/linux/Documentation/translations/zh_CN/userspace-api/
H A Dseccomp_filter.rst100 由seccomp触发的 ``SIGSYS`` 会有一个 ``SYS_SECCOMP`` 的 si_code 。
/openbmc/linux/Documentation/userspace-api/
H A Dseccomp_filter.rst119 ``SIGSYS`` triggered by seccomp will have a si_code of ``SYS_SECCOMP``.
/openbmc/linux/kernel/
H A Dsignal.c1865 info.si_code = SYS_SECCOMP; in force_sig_seccomp()