Searched refs:SECCOMP_RET_ERRNO (Results 1 – 5 of 5) sorted by relevance
/linux-4.4.14/include/uapi/linux/ |
D | seccomp.h | 30 #define SECCOMP_RET_ERRNO 0x00050000U /* returns an errno */ macro
|
/linux-4.4.14/samples/seccomp/ |
D | dropper.c | 38 SECCOMP_RET_ERRNO|(error & SECCOMP_RET_DATA)), in install_filter()
|
/linux-4.4.14/tools/testing/selftests/seccomp/ |
D | seccomp_bpf.c | 74 #define SECCOMP_RET_ERRNO 0x00050000U /* returns an errno */ macro 550 BPF_STMT(BPF_RET|BPF_K, SECCOMP_RET_ERRNO | E2BIG), in TEST() 577 BPF_STMT(BPF_RET|BPF_K, SECCOMP_RET_ERRNO | 0), in TEST() 604 BPF_STMT(BPF_RET|BPF_K, SECCOMP_RET_ERRNO | 4096), in TEST() 761 BPF_STMT(BPF_RET|BPF_K, SECCOMP_RET_ERRNO), in FIXTURE_SETUP() 1745 BPF_STMT(BPF_RET|BPF_K, SECCOMP_RET_ERRNO | EINVAL), in TEST_F()
|
/linux-4.4.14/kernel/ |
D | seccomp.c | 593 case SECCOMP_RET_ERRNO: in __seccomp_phase1_filter()
|
/linux-4.4.14/Documentation/prctl/ |
D | seccomp_filter.txt | 113 SECCOMP_RET_ERRNO:
|