Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Dseccomp.h15 #define SECCOMP_NOTIFY_ADDFD_SIZE_VER0 24 macro
16 #define SECCOMP_NOTIFY_ADDFD_SIZE_LATEST SECCOMP_NOTIFY_ADDFD_SIZE_VER0
/openbmc/linux/kernel/
H A Dseccomp.c1666 BUILD_BUG_ON(sizeof(addfd) < SECCOMP_NOTIFY_ADDFD_SIZE_VER0); in seccomp_notify_addfd()
1669 if (size < SECCOMP_NOTIFY_ADDFD_SIZE_VER0 || size >= PAGE_SIZE) in seccomp_notify_addfd()