Home
last modified time | relevance | path

Searched refs:SECCOMP_RET_LOG (Results 1 – 6 of 6) sorted by relevance

/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/
H A Dseccomp.h39 #define SECCOMP_RET_LOG 0x7ffc0000U /* allow after logging */ macro
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/
H A Dseccomp.h39 #define SECCOMP_RET_LOG 0x7ffc0000U /* allow after logging */ macro
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dseccomp.h43 #define SECCOMP_RET_LOG 0x7ffc0000U /* allow after logging */ macro
/OK3568_Linux_fs/kernel/kernel/
H A Dseccomp.c981 case SECCOMP_RET_LOG: in seccomp_log()
1242 case SECCOMP_RET_LOG: in __seccomp_filter()
1889 case SECCOMP_RET_LOG: in seccomp_get_action_avail()
/OK3568_Linux_fs/kernel/tools/testing/selftests/seccomp/
H A Dseccomp_bpf.c111 #ifndef SECCOMP_RET_LOG
112 #define SECCOMP_RET_LOG 0x7ffc0000U /* allow after logging */ macro
567 BPF_STMT(BPF_RET|BPF_K, SECCOMP_RET_LOG), in TEST()
1159 BPF_STMT(BPF_RET|BPF_K, SECCOMP_RET_LOG), in FIXTURE_SETUP()
3172 SECCOMP_RET_LOG, SECCOMP_RET_ALLOW }; in TEST()
/OK3568_Linux_fs/kernel/Documentation/userspace-api/
H A Dseccomp_filter.rst154 ``SECCOMP_RET_LOG``: