Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Dseccomp.h7 #define SECCOMP_FILTER_FLAG_MASK (SECCOMP_FILTER_FLAG_TSYNC | \ macro
/openbmc/linux/kernel/
H A Dseccomp.c1911 if (flags & ~SECCOMP_FILTER_FLAG_MASK) in seccomp_set_mode_filter()