Searched refs:SECCOMP_RET_USER_NOTIF (Results 1 - 12 of 12) sorted by relevance
| /kernel/linux/linux-5.10/include/uapi/linux/ |
| H A D | seccomp.h | 41 #define SECCOMP_RET_USER_NOTIF 0x7fc00000U /* notifies userspace */ macro 98 * Similar precautions should be applied when stacking SECCOMP_RET_USER_NOTIF 99 * or SECCOMP_RET_TRACE. For SECCOMP_RET_USER_NOTIF filters acting on the 101 * that the new SECCOMP_RET_USER_NOTIF filter can override any
|
| /kernel/linux/linux-6.6/include/uapi/linux/ |
| H A D | seccomp.h | 43 #define SECCOMP_RET_USER_NOTIF 0x7fc00000U /* notifies userspace */ macro 100 * Similar precautions should be applied when stacking SECCOMP_RET_USER_NOTIF 101 * or SECCOMP_RET_TRACE. For SECCOMP_RET_USER_NOTIF filters acting on the 103 * that the new SECCOMP_RET_USER_NOTIF filter can override any
|
| /kernel/linux/linux-6.6/tools/include/uapi/linux/ |
| H A D | seccomp.h | 43 #define SECCOMP_RET_USER_NOTIF 0x7fc00000U /* notifies userspace */ macro 100 * Similar precautions should be applied when stacking SECCOMP_RET_USER_NOTIF 101 * or SECCOMP_RET_TRACE. For SECCOMP_RET_USER_NOTIF filters acting on the 103 * that the new SECCOMP_RET_USER_NOTIF filter can override any
|
| /kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/ |
| H A D | seccomp.h | 40 #define SECCOMP_RET_USER_NOTIF 0x7fc00000U macro
|
| /kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/ |
| H A D | seccomp.h | 40 #define SECCOMP_RET_USER_NOTIF 0x7fc00000U macro
|
| /kernel/linux/linux-6.6/tools/perf/bench/ |
| H A D | sched-seccomp-notify.c | 55 BPF_STMT(BPF_RET|BPF_K, SECCOMP_RET_USER_NOTIF), in user_notif_syscall()
|
| /kernel/linux/linux-5.10/samples/seccomp/ |
| H A D | user-trap.c | 92 BPF_STMT(BPF_RET+BPF_K, SECCOMP_RET_USER_NOTIF), in user_trap_syscall()
|
| /kernel/linux/linux-6.6/samples/seccomp/ |
| H A D | user-trap.c | 92 BPF_STMT(BPF_RET+BPF_K, SECCOMP_RET_USER_NOTIF), in user_trap_syscall()
|
| /kernel/linux/linux-5.10/kernel/ |
| H A D | seccomp.c | 76 * Notification states. When SECCOMP_RET_USER_NOTIF is returned, a 747 case SECCOMP_RET_USER_NOTIF: in seccomp_log() 1005 case SECCOMP_RET_USER_NOTIF: in __seccomp_filter() 1656 case SECCOMP_RET_USER_NOTIF: in seccomp_get_action_avail()
|
| /kernel/linux/linux-6.6/kernel/ |
| H A D | seccomp.c | 78 * Notification states. When SECCOMP_RET_USER_NOTIF is returned, a 980 case SECCOMP_RET_USER_NOTIF: in seccomp_log() 1285 case SECCOMP_RET_USER_NOTIF: in __seccomp_filter() 2019 case SECCOMP_RET_USER_NOTIF: in seccomp_get_action_avail()
|
| /kernel/linux/linux-5.10/tools/testing/selftests/seccomp/ |
| H A D | seccomp_bpf.c | 187 #ifndef SECCOMP_RET_USER_NOTIF 188 #define SECCOMP_RET_USER_NOTIF 0x7fc00000U macro 3281 BPF_STMT(BPF_RET|BPF_K, SECCOMP_RET_USER_NOTIF), in user_notif_syscall()
|
| /kernel/linux/linux-6.6/tools/testing/selftests/seccomp/ |
| H A D | seccomp_bpf.c | 192 #ifndef SECCOMP_RET_USER_NOTIF 193 #define SECCOMP_RET_USER_NOTIF 0x7fc00000U macro 3348 BPF_STMT(BPF_RET|BPF_K, SECCOMP_RET_USER_NOTIF), in user_notif_syscall()
|
Completed in 20 milliseconds