Searched refs:SECCOMP_RET_USER_NOTIF (Results 1 – 5 of 5) sorted by relevance
41 #define SECCOMP_RET_USER_NOTIF 0x7fc00000U /* notifies userspace */ macro
92 BPF_STMT(BPF_RET+BPF_K, SECCOMP_RET_USER_NOTIF), in user_trap_syscall()
747 case SECCOMP_RET_USER_NOTIF: in seccomp_log()1003 case SECCOMP_RET_USER_NOTIF: in __seccomp_filter()1652 case SECCOMP_RET_USER_NOTIF: in seccomp_get_action_avail()
125 ``SECCOMP_RET_USER_NOTIF``:194 The ``SECCOMP_RET_USER_NOTIF`` return code lets seccomp filters pass a
185 #ifndef SECCOMP_RET_USER_NOTIF186 #define SECCOMP_RET_USER_NOTIF 0x7fc00000U macro3266 BPF_STMT(BPF_RET|BPF_K, SECCOMP_RET_USER_NOTIF), in user_notif_syscall()