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

/linux-master/include/linux/
H A Dseccomp.h34 extern void secure_computing_strict(int this_syscall);
55 static inline void secure_computing_strict(int this_syscall) { return; } argument
/linux-master/kernel/
H A Dseccomp.c1016 static void __secure_computing_strict(int this_syscall) argument
1024 if (*allowed_syscalls == this_syscall)
1032 seccomp_log(this_syscall, SIGKILL, SECCOMP_RET_KILL_THREAD, true);
1037 void secure_computing_strict(int this_syscall) argument
1048 __secure_computing_strict(this_syscall);
1105 static int seccomp_do_user_notification(int this_syscall, argument
1203 static int __seccomp_filter(int this_syscall, const struct seccomp_data *sd, argument
1239 force_sig_seccomp(this_syscall, data, false);
1270 this_syscall = syscall_get_nr(current, current_pt_regs());
1271 if (this_syscall <
1328 __seccomp_filter(int this_syscall, const struct seccomp_data *sd, const bool recheck_after_trace) argument
1340 int this_syscall; local
[all...]

Completed in 114 milliseconds