Home
last modified time | relevance | path

Searched defs:SECCOMP_USER_NOTIF_FLAG_CONTINUE (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dseccomp.h107 #define SECCOMP_USER_NOTIF_FLAG_CONTINUE (1UL << 0) macro
/OK3568_Linux_fs/kernel/tools/testing/selftests/seccomp/
H A Dseccomp_bpf.c260 #define SECCOMP_USER_NOTIF_FLAG_CONTINUE 0x00000001 macro