Searched refs:seccomp_phase2 (Results 1 - 3 of 3) sorted by relevance

/linux-4.1.27/include/linux/
H A Dseccomp.h43 int seccomp_phase2(u32 phase1_result);
/linux-4.1.27/kernel/
H A Dseccomp.c611 return seccomp_phase2(phase1_result); __secure_computing()
687 * to seccomp_phase2 from a context in which ptrace hooks are safe.
709 * seccomp_phase2() - finish slow path seccomp work for the current syscall
716 int seccomp_phase2(u32 phase1_result) seccomp_phase2() function
/linux-4.1.27/arch/x86/kernel/
H A Dptrace.c1571 * Call seccomp_phase2 before running the other hooks so that syscall_trace_enter_phase2()
1574 if (phase1_result > 1 && seccomp_phase2(phase1_result)) { syscall_trace_enter_phase2()

Completed in 196 milliseconds