Home
last modified time | relevance | path

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

/linux-6.14.4/include/linux/
Dseccomp.h16 #define SECCOMP_NOTIFY_ADDFD_SIZE_VER0 24 macro
17 #define SECCOMP_NOTIFY_ADDFD_SIZE_LATEST SECCOMP_NOTIFY_ADDFD_SIZE_VER0
/linux-6.14.4/kernel/
Dseccomp.c1702 BUILD_BUG_ON(sizeof(addfd) < SECCOMP_NOTIFY_ADDFD_SIZE_VER0); in seccomp_notify_addfd()
1705 if (size < SECCOMP_NOTIFY_ADDFD_SIZE_VER0 || size >= PAGE_SIZE) in seccomp_notify_addfd()