Searched refs:SECCOMP_RET_TRAP (Results 1 – 5 of 5) 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
601 case SECCOMP_RET_TRAP: in __seccomp_phase1_filter()
73 #define SECCOMP_RET_TRAP 0x00030000U /* disallow and force a SIGSYS */ macro635 BPF_STMT(BPF_RET|BPF_K, SECCOMP_RET_TRAP), in FIXTURE_SETUP()768 BPF_STMT(BPF_RET|BPF_K, SECCOMP_RET_TRAP), in FIXTURE_SETUP()