Home
last modified time | relevance | path

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

/tools/include/uapi/linux/
A Dseccomp.h43 #define SECCOMP_RET_USER_NOTIF 0x7fc00000U /* notifies userspace */ macro
/tools/perf/bench/
A Dsched-seccomp-notify.c55 BPF_STMT(BPF_RET|BPF_K, SECCOMP_RET_USER_NOTIF), in user_notif_syscall()
/tools/testing/selftests/seccomp/
A Dseccomp_bpf.c205 #ifndef SECCOMP_RET_USER_NOTIF
206 #define SECCOMP_RET_USER_NOTIF 0x7fc00000U macro
3357 BPF_STMT(BPF_RET|BPF_K, SECCOMP_RET_USER_NOTIF), in user_notif_syscall()

Completed in 13 milliseconds