Searched refs:seccomp_phase2 (Results 1 – 4 of 4) sorted by relevance
43 int seccomp_phase2(u32 phase1_result);
573 return seccomp_phase2(phase1_result); in __secure_computing()682 int seccomp_phase2(u32 phase1_result) in seccomp_phase2() function
189 if (phase1_result > 1 && seccomp_phase2(phase1_result)) { in syscall_trace_enter_phase2()
339 seccomp_phase2 directly. It should call seccomp_phase1 for all342 call seccomp_phase2 if seccomp_phase1 returns anything other