Searched refs:SECCOMP_RET_TRAP (Results 1 – 4 of 4) sorted by relevance
29 #define SECCOMP_RET_TRAP 0x00030000U /* disallow and force a SIGSYS */ macro
141 BPF_STMT(BPF_RET+BPF_K, SECCOMP_RET_TRAP), in install_filter()
96 SECCOMP_RET_TRAP:195 - A return value of SECCOMP_RET_TRAP will set a si_call_addr pointing to216 SECCOMP_RET_TRAP, use siginfo->si_call_addr.) Do not check any other
639 case SECCOMP_RET_TRAP: in __seccomp_phase1_filter()