Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/kernel/
H A Dseccomp.c1014 static void __secure_computing_strict(int this_syscall) in __secure_computing_strict() argument
1022 if (*allowed_syscalls == this_syscall) in __secure_computing_strict()
1029 seccomp_log(this_syscall, SIGKILL, SECCOMP_RET_KILL_THREAD, true); in __secure_computing_strict()
1034 void secure_computing_strict(int this_syscall) in secure_computing_strict() argument
1045 __secure_computing_strict(this_syscall); in secure_computing_strict()
1073 static int seccomp_do_user_notification(int this_syscall, in seccomp_do_user_notification() argument
1154 static int __seccomp_filter(int this_syscall, const struct seccomp_data *sd, in __seccomp_filter() argument
1190 seccomp_send_sigsys(this_syscall, data); in __seccomp_filter()
1221 this_syscall = syscall_get_nr(current, current_pt_regs()); in __seccomp_filter()
1222 if (this_syscall < 0) in __seccomp_filter()
[all …]
/OK3568_Linux_fs/kernel/include/linux/
H A Dseccomp.h50 extern void secure_computing_strict(int this_syscall);
73 static inline void secure_computing_strict(int this_syscall) { return; } in secure_computing_strict() argument