HomeSort by relevance Sort by last modified time
    Searched refs:SECCOMP_RET_KILL (Results 1 - 16 of 16) sorted by null

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
seccomp.h 21 #define SECCOMP_RET_KILL 0x00000000U /* kill the task immediately */
  /bionic/libc/kernel/uapi/linux/
seccomp.h 33 #define SECCOMP_RET_KILL SECCOMP_RET_KILL_THREAD
  /external/kernel-headers/original/uapi/linux/
seccomp.h 34 #define SECCOMP_RET_KILL SECCOMP_RET_KILL_THREAD
  /external/minijail/
syscall_filter_unittest_macros.h 63 BPF_RET+BPF_K, SECCOMP_RET_KILL); \
86 EXPECT_EQ_STMT(&(_filter)[2], BPF_RET+BPF_K, SECCOMP_RET_KILL); \
bpf.h 48 #define SECCOMP_RET_KILL 0x00000000U /* kill the task immediately */
154 set_bpf_stmt((_block), BPF_RET+BPF_K, SECCOMP_RET_KILL)
syscall_filter_unittest.cc 398 /* Fourth block is SECCOMP_RET_KILL. */
438 /* Fourth block is SECCOMP_RET_KILL. */
479 /* Fourth block is SECCOMP_RET_KILL. */
522 /* Fourth block is SECCOMP_RET_KILL. */
577 /* Seventh block is SECCOMP_RET_KILL. */
796 * Sixth block is NOT SECCOMP_RET_ERRNO, it should be SECCOMP_RET_KILL.
1047 /* Fourth block is SECCOMP_RET_KILL. */
1093 SECCOMP_RET_KILL);
    [all...]
  /cts/tests/tests/os/jni/
android_os_cts_OSFeatures.cpp 39 #define DENY BPF_STMT(BPF_RET+BPF_K, SECCOMP_RET_KILL)
  /external/strace/tests/
prctl-seccomp-filter-v.c 63 BPF_STMT(BPF_RET|BPF_K, SECCOMP_RET_KILL)
seccomp-filter-v.c 63 BPF_STMT(BPF_RET|BPF_K, SECCOMP_RET_KILL)
  /external/strace/tests-m32/
prctl-seccomp-filter-v.c 63 BPF_STMT(BPF_RET|BPF_K, SECCOMP_RET_KILL)
seccomp-filter-v.c 63 BPF_STMT(BPF_RET|BPF_K, SECCOMP_RET_KILL)
  /external/strace/tests-mx32/
prctl-seccomp-filter-v.c 63 BPF_STMT(BPF_RET|BPF_K, SECCOMP_RET_KILL)
seccomp-filter-v.c 63 BPF_STMT(BPF_RET|BPF_K, SECCOMP_RET_KILL)
  /external/autotest/client/site_tests/security_SeccompSyscallFilters/src/
seccomp_bpf_tests.c 65 #ifndef SECCOMP_RET_KILL
66 #define SECCOMP_RET_KILL 0x00000000U // kill the task immediately
247 BPF_STMT(BPF_RET+BPF_K, SECCOMP_RET_KILL),
266 BPF_STMT(BPF_RET+BPF_K, SECCOMP_RET_KILL),
294 BPF_STMT(BPF_RET+BPF_K, SECCOMP_RET_KILL),
324 BPF_STMT(BPF_RET+BPF_K, SECCOMP_RET_KILL),
551 BPF_STMT(BPF_RET+BPF_K, SECCOMP_RET_KILL),
1055 BPF_STMT(BPF_RET+BPF_K, SECCOMP_RET_KILL),
    [all...]
  /external/linux-kselftest/tools/testing/selftests/seccomp/
seccomp_bpf.c 94 #ifndef SECCOMP_RET_KILL
95 #define SECCOMP_RET_KILL SECCOMP_RET_KILL_THREAD
479 BPF_STMT(BPF_RET|BPF_K, SECCOMP_RET_KILL),
500 BPF_STMT(BPF_RET|BPF_K, SECCOMP_RET_KILL),
533 BPF_STMT(BPF_RET|BPF_K, SECCOMP_RET_KILL),
572 BPF_STMT(BPF_RET|BPF_K, SECCOMP_RET_KILL),
1005 BPF_STMT(BPF_RET|BPF_K, SECCOMP_RET_KILL),
    [all...]
  /external/seccomp-tests/linux/
seccomp_bpf.c 71 #ifndef SECCOMP_RET_KILL
72 #define SECCOMP_RET_KILL 0x00000000U /* kill the task immediately */
391 BPF_STMT(BPF_RET|BPF_K, SECCOMP_RET_KILL),
412 BPF_STMT(BPF_RET|BPF_K, SECCOMP_RET_KILL),
445 BPF_STMT(BPF_RET|BPF_K, SECCOMP_RET_KILL),
484 BPF_STMT(BPF_RET|BPF_K, SECCOMP_RET_KILL),
775 BPF_STMT(BPF_RET|BPF_K, SECCOMP_RET_KILL),
    [all...]

Completed in 562 milliseconds