Home
last modified time | relevance | path

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

/linux-6.15/kernel/
H A Dseccomp.c1243 static int __seccomp_filter(int this_syscall, const bool recheck_after_trace) in __seccomp_filter() function
1316 if (__seccomp_filter(this_syscall, true)) in __seccomp_filter()
1364 static int __seccomp_filter(int this_syscall, const bool recheck_after_trace) in __seccomp_filter() function
1388 return __seccomp_filter(this_syscall, false); in __secure_computing()