Searched refs:this_syscall (Results 1 – 2 of 2) sorted by relevance
| /linux/kernel/ |
| A D | seccomp.c | 1006 if (*allowed_syscalls == this_syscall) in __secure_computing_strict() 1018 void secure_computing_strict(int this_syscall) in secure_computing_strict() argument 1029 __secure_computing_strict(this_syscall); in secure_computing_strict() 1197 force_sig_seccomp(this_syscall, data, false); in __seccomp_filter() 1229 if (this_syscall < 0) in __seccomp_filter() 1238 if (__seccomp_filter(this_syscall, NULL, true)) in __seccomp_filter() 1250 seccomp_log(this_syscall, 0, action, true); in __seccomp_filter() 1264 seccomp_log(this_syscall, SIGSYS, action, true); in __seccomp_filter() 1271 force_sig_seccomp(this_syscall, data, true); in __seccomp_filter() 1297 int this_syscall; in __secure_computing() local [all …]
|
| /linux/include/linux/ |
| A D | seccomp.h | 50 extern void secure_computing_strict(int this_syscall); 73 static inline void secure_computing_strict(int this_syscall) { return; } in secure_computing_strict() argument
|
Completed in 9 milliseconds