Searched refs:SYS_SECCOMP (Results 1 – 7 of 7) sorted by relevance
2 #if !(defined(SYS_SECCOMP) || (defined(HAVE_DECL_SYS_SECCOMP) && HAVE_DECL_SYS_SECCOMP))3 # define SYS_SECCOMP 1 macro16 XLAT(SYS_SECCOMP),
1 SYS_SECCOMP 1
103 #ifndef SYS_SECCOMP104 #define SYS_SECCOMP 1 macro
127 if (info->si_code != SYS_SECCOMP) in TRAP_action()
146 if (info->si_code != SYS_SECCOMP) in TRAP_action()
257 #define SYS_SECCOMP (__SI_SYS|1) /* seccomp triggered */ macro
155 if (nr != LINUX_SIGSYS || info->si_code != SYS_SECCOMP || !ctx || in SigSys()