Home
last modified time | relevance | path

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

/tools/include/uapi/linux/
A Dseccomp.h44 #define SECCOMP_RET_TRACE 0x7ff00000U /* pass to a tracer or disallow */ macro
/tools/testing/selftests/seccomp/
A Dseccomp_bpf.c118 #define SECCOMP_RET_TRACE 0x7ff00000U /* pass to a tracer or disallow */ macro
1196 BPF_STMT(BPF_RET|BPF_K, SECCOMP_RET_TRACE), in FIXTURE_SETUP()
1677 BPF_STMT(BPF_RET|BPF_K, SECCOMP_RET_TRACE | 0x1001), in FIXTURE_SETUP()
2140 BPF_STMT(BPF_RET|BPF_K, SECCOMP_RET_TRACE | 0x1002), in FIXTURE_SETUP()
2142 BPF_STMT(BPF_RET|BPF_K, SECCOMP_RET_TRACE | 0x1003), in FIXTURE_SETUP()
2144 BPF_STMT(BPF_RET|BPF_K, SECCOMP_RET_TRACE | 0x1004), in FIXTURE_SETUP()
2146 BPF_STMT(BPF_RET|BPF_K, SECCOMP_RET_TRACE | 0x1005), in FIXTURE_SETUP()
3038 BPF_STMT(BPF_RET|BPF_K, SECCOMP_RET_TRACE|0x100), in TEST()
3040 BPF_STMT(BPF_RET|BPF_K, SECCOMP_RET_TRACE|0x200), in TEST()
3253 SECCOMP_RET_ERRNO, SECCOMP_RET_TRACE, in TEST()

Completed in 12 milliseconds