Home
last modified time | relevance | path

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

/linux-4.4.14/include/linux/
Dseccomp.h39 #define SECCOMP_PHASE1_OK 0 macro
/linux-4.4.14/kernel/
Dseccomp.c568 if (likely(phase1_result == SECCOMP_PHASE1_OK)) in __secure_computing()
612 return SECCOMP_PHASE1_OK; in __seccomp_phase1_filter()
659 return SECCOMP_PHASE1_OK; in seccomp_phase1()
664 return SECCOMP_PHASE1_OK; in seccomp_phase1()
/linux-4.4.14/arch/x86/entry/
Dcommon.c129 BUILD_BUG_ON(SECCOMP_PHASE1_OK != 0); in syscall_trace_enter_phase1()
136 } else if (ret != SECCOMP_PHASE1_OK) { in syscall_trace_enter_phase1()
/linux-4.4.14/arch/
DKconfig343 than SECCOMP_PHASE1_OK or SECCOMP_PHASE1_SKIP.