Searched refs:SECCOMP_RET_USER_NOTIF (Results 1 - 6 of 6) sorted by relevance

/linux-master/include/uapi/linux/
H A Dseccomp.h43 #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
/linux-master/tools/include/uapi/linux/
H A Dseccomp.h43 #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
/linux-master/tools/perf/bench/
H A Dsched-seccomp-notify.c55 BPF_STMT(BPF_RET|BPF_K, SECCOMP_RET_USER_NOTIF),
/linux-master/samples/seccomp/
H A Duser-trap.c96 BPF_STMT(BPF_RET+BPF_K, SECCOMP_RET_USER_NOTIF),
/linux-master/kernel/
H A Dseccomp.c78 * Notification states. When SECCOMP_RET_USER_NOTIF is returned, a
980 case SECCOMP_RET_USER_NOTIF:
1285 case SECCOMP_RET_USER_NOTIF:
2019 case SECCOMP_RET_USER_NOTIF:
/linux-master/tools/testing/selftests/seccomp/
H A Dseccomp_bpf.c192 #ifndef SECCOMP_RET_USER_NOTIF
193 #define SECCOMP_RET_USER_NOTIF 0x7fc00000U macro
3347 BPF_STMT(BPF_RET|BPF_K, SECCOMP_RET_USER_NOTIF),

Completed in 138 milliseconds