Home
last modified time | relevance | path

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

/linux/kernel/
H A Dseccomp.c1049 static void __secure_computing_strict(int this_syscall) in __secure_computing_strict()
1070 void secure_computing_strict(int this_syscall) in secure_computing_strict()
1087 int this_syscall = syscall_get_nr(current, current_pt_regs()); in __secure_computing() local
1145 static int seccomp_do_user_notification(int this_syscall, in seccomp_do_user_notification()
1243 static int __seccomp_filter(int this_syscall, const bool recheck_after_trace) in __seccomp_filter()
1364 static int __seccomp_filter(int this_syscall, const bool recheck_after_trace) in __seccomp_filter()
1375 int this_syscall; in __secure_computing() local