Searched refs:SECCOMP_RET_TRAP (Results 1 – 5 of 5) sorted by relevance
41 #define SECCOMP_RET_TRAP 0x00030000U /* disallow and force a SIGSYS */ macro
142 BPF_STMT(BPF_RET+BPF_K, SECCOMP_RET_TRAP), in install_filter()
104 ``SECCOMP_RET_TRAP``:346 - A return value of ``SECCOMP_RET_TRAP`` will set a ``si_call_addr`` pointing to367 ``SECCOMP_RET_TRAP``, use ``siginfo->si_call_addr``.) Do not check any other
962 case SECCOMP_RET_TRAP: in seccomp_log()1223 case SECCOMP_RET_TRAP: in __seccomp_filter()1953 case SECCOMP_RET_TRAP: in seccomp_get_action_avail()
109 #define SECCOMP_RET_TRAP 0x00030000U /* disallow and force a SIGSYS */ macro1050 BPF_STMT(BPF_RET|BPF_K, SECCOMP_RET_TRAP), in FIXTURE_SETUP()1191 BPF_STMT(BPF_RET|BPF_K, SECCOMP_RET_TRAP), in FIXTURE_SETUP()3225 __u32 actions[] = { SECCOMP_RET_KILL_THREAD, SECCOMP_RET_TRAP, in TEST()