Searched refs:allowed_syscalls (Results 1 - 1 of 1) sorted by relevance

/linux-master/kernel/
H A Dseccomp.c1018 const int *allowed_syscalls = mode1_syscalls; local
1021 allowed_syscalls = get_compat_mode1_syscalls();
1024 if (*allowed_syscalls == this_syscall)
1026 } while (*++allowed_syscalls != -1);

Completed in 210 milliseconds