Home
last modified time | relevance | path

Searched refs:SECCOMP_RET_INVALID (Results 1 – 2 of 2) sorted by relevance

/external/libchrome/sandbox/linux/system_headers/
Dlinux_seccomp.h92 #define SECCOMP_RET_INVALID 0x00010000U // Illegal return value macro
100 #define SECCOMP_RET_INVALID 0x00010000U // Illegal return value macro
/external/libchrome/sandbox/linux/bpf_dsl/
Dverifier.cc206 case SECCOMP_RET_INVALID: // Should never show up in BPF program in EvaluateBPF()