Searched refs:SECCOMP_RET_USER_NOTIF (Results 1 – 3 of 3) sorted by relevance
41 #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)])
173 #define SECCOMP_RET_USER_NOTIF 0x7fc00000U macro3109 BPF_STMT(BPF_RET+BPF_K, SECCOMP_RET_USER_NOTIF),