Searched refs:SECCOMP_RET_USER_NOTIF (Results 1 – 4 of 4) sorted by relevance
43 #define SECCOMP_RET_USER_NOTIF 0x7fc00000U /* notifies userspace */ macro
72 SECCOMP_RET_USER_NOTIF = 0x7fc00000 variable136 if ins.k == SECCOMP_RET_USER_NOTIF:230 super().__init__([SockFilter(BPF_RET, 0x00, 0x00, SECCOMP_RET_USER_NOTIF)])
187 #ifndef SECCOMP_RET_USER_NOTIF188 #define SECCOMP_RET_USER_NOTIF 0x7fc00000U macro3365 BPF_STMT(BPF_RET|BPF_K, SECCOMP_RET_USER_NOTIF), in user_notif_syscall()
2033 pub const SECCOMP_RET_USER_NOTIF: ::c_uint = 0x7fc00000; constant