Searched refs:this_syscall (Results 1 – 2 of 2) sorted by relevance
1057 if (*allowed_syscalls == this_syscall) in __secure_computing_strict()1070 void secure_computing_strict(int this_syscall) in secure_computing_strict() argument1081 __secure_computing_strict(this_syscall); in secure_computing_strict()1089 secure_computing_strict(this_syscall); in __secure_computing()1275 force_sig_seccomp(this_syscall, data, false); in __seccomp_filter()1307 if (this_syscall < 0) in __seccomp_filter()1316 if (__seccomp_filter(this_syscall, true)) in __seccomp_filter()1328 seccomp_log(this_syscall, 0, action, true); in __seccomp_filter()1350 force_sig_seccomp(this_syscall, data, true); in __seccomp_filter()1375 int this_syscall; in __secure_computing() local[all …]
35 extern void secure_computing_strict(int this_syscall);55 static inline void secure_computing_strict(int this_syscall) { return; } in secure_computing_strict() argument