Home
last modified time | relevance | path

Searched refs:this_syscall (Results 1 – 1 of 1) sorted by relevance

/kernel/
Dseccomp.c1001 static void __secure_computing_strict(int this_syscall) in __secure_computing_strict() argument
1009 if (*allowed_syscalls == this_syscall) in __secure_computing_strict()
1017 seccomp_log(this_syscall, SIGKILL, SECCOMP_RET_KILL_THREAD, true); in __secure_computing_strict()
1022 void secure_computing_strict(int this_syscall) in secure_computing_strict() argument
1033 __secure_computing_strict(this_syscall); in secure_computing_strict()
1084 static int seccomp_do_user_notification(int this_syscall, in seccomp_do_user_notification() argument
1165 static int __seccomp_filter(int this_syscall, const struct seccomp_data *sd, in __seccomp_filter() argument
1201 force_sig_seccomp(this_syscall, data, false); in __seccomp_filter()
1232 this_syscall = syscall_get_nr(current, current_pt_regs()); in __seccomp_filter()
1233 if (this_syscall < 0) in __seccomp_filter()
[all …]