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

/linux-master/kernel/
H A Dseccomp.c72 * notification is active, since it comes from __seccomp_filter which
1203 static int __seccomp_filter(int this_syscall, const struct seccomp_data *sd, function
1280 if (__seccomp_filter(this_syscall, NULL, true))
1328 static int __seccomp_filter(int this_syscall, const struct seccomp_data *sd, function
1354 return __seccomp_filter(this_syscall, sd, false);

Completed in 318 milliseconds