Home
last modified time | relevance | path

Searched refs:SECCOMP_RET_USER_NOTIF (Results 1 – 5 of 5) sorted by relevance

/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dseccomp.h41 #define SECCOMP_RET_USER_NOTIF 0x7fc00000U /* notifies userspace */ macro
/OK3568_Linux_fs/kernel/samples/seccomp/
H A Duser-trap.c92 BPF_STMT(BPF_RET+BPF_K, SECCOMP_RET_USER_NOTIF), in user_trap_syscall()
/OK3568_Linux_fs/kernel/kernel/
H A Dseccomp.c978 case SECCOMP_RET_USER_NOTIF: in seccomp_log()
1236 case SECCOMP_RET_USER_NOTIF: in __seccomp_filter()
1887 case SECCOMP_RET_USER_NOTIF: in seccomp_get_action_avail()
/OK3568_Linux_fs/kernel/Documentation/userspace-api/
H A Dseccomp_filter.rst125 ``SECCOMP_RET_USER_NOTIF``:
194 The ``SECCOMP_RET_USER_NOTIF`` return code lets seccomp filters pass a
/OK3568_Linux_fs/kernel/tools/testing/selftests/seccomp/
H A Dseccomp_bpf.c185 #ifndef SECCOMP_RET_USER_NOTIF
186 #define SECCOMP_RET_USER_NOTIF 0x7fc00000U macro
3275 BPF_STMT(BPF_RET|BPF_K, SECCOMP_RET_USER_NOTIF), in user_notif_syscall()