HomeSort by relevance Sort by last modified time
    Searched defs:SECCOMP_RET_KILL (Results 26 - 27 of 27) sorted by null

12

  /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...]
  /cts/tests/tests/os/jni/seccomp-tests/tests/
seccomp_bpf_tests.c 70 #ifndef SECCOMP_RET_KILL
71 #define SECCOMP_RET_KILL 0x00000000U // kill the task immediately
353 BPF_STMT(BPF_RET|BPF_K, SECCOMP_RET_KILL),
372 BPF_STMT(BPF_RET|BPF_K, SECCOMP_RET_KILL),
402 BPF_STMT(BPF_RET|BPF_K, SECCOMP_RET_KILL),
438 BPF_STMT(BPF_RET|BPF_K, SECCOMP_RET_KILL),
678 BPF_STMT(BPF_RET|BPF_K, SECCOMP_RET_KILL),
    [all...]

Completed in 84 milliseconds

12