Home
last modified time | relevance | path

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

/linux-6.1.9/kernel/
Dseccomp.c1191 static int __seccomp_filter(int this_syscall, const struct seccomp_data *sd, in __seccomp_filter() function
1268 if (__seccomp_filter(this_syscall, NULL, true)) in __seccomp_filter()
1316 static int __seccomp_filter(int this_syscall, const struct seccomp_data *sd, in __seccomp_filter() function
1342 return __seccomp_filter(this_syscall, sd, false); in __secure_computing()