Home
last modified time | relevance | path

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

/linux-6.12.1/kernel/
Dseccomp.c1029 static void __secure_computing_strict(int this_syscall) in __secure_computing_strict()
1050 void secure_computing_strict(int this_syscall) in secure_computing_strict()
1118 static int seccomp_do_user_notification(int this_syscall, in seccomp_do_user_notification()
1216 static int __seccomp_filter(int this_syscall, const struct seccomp_data *sd, in __seccomp_filter()
1341 static int __seccomp_filter(int this_syscall, const struct seccomp_data *sd, in __seccomp_filter()
1353 int this_syscall; in __secure_computing() local
/linux-6.12.1/include/linux/
Dseccomp.h55 static inline void secure_computing_strict(int this_syscall) { return; } in secure_computing_strict()