Searched refs:SECCOMP_RET_LOG (Results 1 - 4 of 4) sorted by relevance

/linux-master/include/uapi/linux/
H A Dseccomp.h45 #define SECCOMP_RET_LOG 0x7ffc0000U /* allow after logging */ macro
/linux-master/tools/include/uapi/linux/
H A Dseccomp.h45 #define SECCOMP_RET_LOG 0x7ffc0000U /* allow after logging */ macro
/linux-master/kernel/
H A Dseccomp.c983 case SECCOMP_RET_LOG:
1291 case SECCOMP_RET_LOG:
2021 case SECCOMP_RET_LOG:
/linux-master/tools/testing/selftests/seccomp/
H A Dseccomp_bpf.c114 #ifndef SECCOMP_RET_LOG
115 #define SECCOMP_RET_LOG 0x7ffc0000U /* allow after logging */ macro
584 BPF_STMT(BPF_RET|BPF_K, SECCOMP_RET_LOG),
1176 BPF_STMT(BPF_RET|BPF_K, SECCOMP_RET_LOG),
3244 SECCOMP_RET_LOG, SECCOMP_RET_ALLOW };

Completed in 299 milliseconds