Home
last modified time | relevance | path

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

/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/
H A Dseccomp.h25 #define SECCOMP_RET_LOG 0x7ffc0000U macro
/kernel/linux/linux-5.10/include/uapi/linux/
H A Dseccomp.h43 #define SECCOMP_RET_LOG 0x7ffc0000U /* allow after logging */ macro
/kernel/linux/linux-6.6/include/uapi/linux/
H A Dseccomp.h45 #define SECCOMP_RET_LOG 0x7ffc0000U /* allow after logging */ macro
/kernel/linux/linux-6.6/tools/include/uapi/linux/
H A Dseccomp.h45 #define SECCOMP_RET_LOG 0x7ffc0000U /* allow after logging */ macro
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/
H A Dseccomp.h42 #define SECCOMP_RET_LOG 0x7ffc0000U macro
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/
H A Dseccomp.h42 #define SECCOMP_RET_LOG 0x7ffc0000U macro
/kernel/linux/linux-5.10/kernel/
H A Dseccomp.c750 case SECCOMP_RET_LOG: in seccomp_log()
1011 case SECCOMP_RET_LOG: in __seccomp_filter()
1658 case SECCOMP_RET_LOG: in seccomp_get_action_avail()
/kernel/linux/linux-6.6/kernel/
H A Dseccomp.c983 case SECCOMP_RET_LOG: in seccomp_log()
1291 case SECCOMP_RET_LOG: in __seccomp_filter()
2021 case SECCOMP_RET_LOG: in seccomp_get_action_avail()
/kernel/linux/linux-5.10/tools/testing/selftests/seccomp/
H A Dseccomp_bpf.c111 #ifndef SECCOMP_RET_LOG
112 #define SECCOMP_RET_LOG 0x7ffc0000U /* allow after logging */ macro
569 BPF_STMT(BPF_RET|BPF_K, SECCOMP_RET_LOG), in TEST()
1161 BPF_STMT(BPF_RET|BPF_K, SECCOMP_RET_LOG), in FIXTURE_SETUP()
3178 SECCOMP_RET_LOG, SECCOMP_RET_ALLOW }; in TEST()
/kernel/linux/linux-6.6/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), in TEST()
1176 BPF_STMT(BPF_RET|BPF_K, SECCOMP_RET_LOG), in FIXTURE_SETUP()
3245 SECCOMP_RET_LOG, SECCOMP_RET_ALLOW }; in TEST()

Completed in 17 milliseconds