Home
last modified time | relevance | path

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

/Linux-v4.19/kernel/
Dseccomp.c617 static void __secure_computing_strict(int this_syscall) in __secure_computing_strict()
637 void secure_computing_strict(int this_syscall) in secure_computing_strict()
655 static int __seccomp_filter(int this_syscall, const struct seccomp_data *sd, in __seccomp_filter()
771 static int __seccomp_filter(int this_syscall, const struct seccomp_data *sd, in __seccomp_filter()
781 int this_syscall; in __secure_computing() local
/Linux-v4.19/include/linux/
Dseccomp.h63 static inline void secure_computing_strict(int this_syscall) { return; } in secure_computing_strict()