Searched refs:this_syscall (Results 1 – 1 of 1) sorted by relevance
687 static void __secure_computing_strict(int this_syscall) in __secure_computing_strict() argument695 if (*syscall_whitelist == this_syscall) in __secure_computing_strict()702 seccomp_log(this_syscall, SIGKILL, SECCOMP_RET_KILL_THREAD, true); in __secure_computing_strict()707 void secure_computing_strict(int this_syscall) in secure_computing_strict() argument718 __secure_computing_strict(this_syscall); in secure_computing_strict()735 static void seccomp_do_user_notification(int this_syscall, in seccomp_do_user_notification() argument787 static int __seccomp_filter(int this_syscall, const struct seccomp_data *sd, in __seccomp_filter() argument823 seccomp_send_sigsys(this_syscall, data); in __seccomp_filter()854 this_syscall = syscall_get_nr(current, task_pt_regs(current)); in __seccomp_filter()855 if (this_syscall < 0) in __seccomp_filter()[all …]