Home
last modified time | relevance | path

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

/linux/kernel/
H A Dseccomp.c1259 static int __seccomp_filter(int this_syscall, const bool recheck_after_trace) in __seccomp_filter() function
1332 if (__seccomp_filter(this_syscall, true)) in __seccomp_filter()
1380 static int __seccomp_filter(int this_syscall, const bool recheck_after_trace) in __seccomp_filter() function
1404 return __seccomp_filter(this_syscall, false); in __secure_computing()