Searched refs:this_syscall (Results 1 – 2 of 2) sorted by relevance
783 static void __secure_computing_strict(int this_syscall) in __secure_computing_strict() argument791 if (*allowed_syscalls == this_syscall) in __secure_computing_strict()798 seccomp_log(this_syscall, SIGKILL, SECCOMP_RET_KILL_THREAD, true); in __secure_computing_strict()803 void secure_computing_strict(int this_syscall) in secure_computing_strict() argument814 __secure_computing_strict(this_syscall); in secure_computing_strict()842 static int seccomp_do_user_notification(int this_syscall, in seccomp_do_user_notification() argument921 static int __seccomp_filter(int this_syscall, const struct seccomp_data *sd, in __seccomp_filter() argument957 seccomp_send_sigsys(this_syscall, data); in __seccomp_filter()988 this_syscall = syscall_get_nr(current, current_pt_regs()); in __seccomp_filter()989 if (this_syscall < 0) in __seccomp_filter()[all …]
50 extern void secure_computing_strict(int this_syscall);73 static inline void secure_computing_strict(int this_syscall) { return; } in secure_computing_strict() argument