Searched refs:seccomp_phase2 (Results 1 – 4 of 4) sorted by relevance
43 int seccomp_phase2(u32 phase1_result);
611 return seccomp_phase2(phase1_result); in __secure_computing()716 int seccomp_phase2(u32 phase1_result) in seccomp_phase2() function
327 seccomp_phase2 directly. It should call seccomp_phase1 for all330 call seccomp_phase2 if seccomp_phase1 returns anything other
1574 if (phase1_result > 1 && seccomp_phase2(phase1_result)) { in syscall_trace_enter_phase2()