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

/linux-master/kernel/
H A Dseccomp.c351 static inline bool seccomp_cache_check_allow_bitmap(const void *bitmap, function
377 return seccomp_cache_check_allow_bitmap(cache->allow_native,
382 return seccomp_cache_check_allow_bitmap(cache->allow_native,
386 return seccomp_cache_check_allow_bitmap(cache->allow_compat,

Completed in 111 milliseconds