Home
last modified time | relevance | path

Searched refs:SECCOMP_RET_ACTION (Results 1 – 4 of 4) sorted by relevance

/linux-4.4.14/include/uapi/linux/
Dseccomp.h35 #define SECCOMP_RET_ACTION 0x7fff0000U macro
/linux-4.4.14/kernel/
Dseccomp.c200 if ((cur_ret & SECCOMP_RET_ACTION) < (ret & SECCOMP_RET_ACTION)) in seccomp_run_filters()
590 action = filter_ret & SECCOMP_RET_ACTION; in __seccomp_phase1_filter()
685 u32 action = phase1_result & SECCOMP_RET_ACTION; in seccomp_phase2()
/linux-4.4.14/Documentation/prctl/
Dseccomp_filter.txt147 Precedence is only determined using the SECCOMP_RET_ACTION mask. When
/linux-4.4.14/tools/testing/selftests/seccomp/
Dseccomp_bpf.c79 #define SECCOMP_RET_ACTION 0x7fff0000U macro