Searched refs:SECCOMP_RET_ALLOW (Results 1 - 11 of 11) sorted by relevance

/linux-master/samples/seccomp/
H A Dbpf-direct.c118 BPF_STMT(BPF_RET+BPF_K, SECCOMP_RET_ALLOW),
121 BPF_STMT(BPF_RET+BPF_K, SECCOMP_RET_ALLOW),
124 BPF_STMT(BPF_RET+BPF_K, SECCOMP_RET_ALLOW),
126 BPF_STMT(BPF_RET+BPF_K, SECCOMP_RET_ALLOW),
141 BPF_STMT(BPF_RET+BPF_K, SECCOMP_RET_ALLOW),
H A Ddropper.c39 BPF_STMT(BPF_RET+BPF_K, SECCOMP_RET_ALLOW),
H A Duser-trap.c97 BPF_STMT(BPF_RET+BPF_K, SECCOMP_RET_ALLOW),
H A Dbpf-helper.h46 BPF_STMT(BPF_RET+BPF_K, SECCOMP_RET_ALLOW)
/linux-master/samples/bpf/
H A Dtracex5_user.c25 BPF_STMT(BPF_RET+BPF_K, SECCOMP_RET_ALLOW),
/linux-master/include/uapi/linux/
H A Dseccomp.h46 #define SECCOMP_RET_ALLOW 0x7fff0000U /* allow */ macro
/linux-master/tools/include/uapi/linux/
H A Dseccomp.h46 #define SECCOMP_RET_ALLOW 0x7fff0000U /* allow */ macro
/linux-master/tools/testing/selftests/seccomp/
H A Dseccomp_bpf.c94 #ifndef SECCOMP_RET_ALLOW
112 #define SECCOMP_RET_ALLOW 0x7fff0000U /* allow */ macro
392 BPF_STMT(BPF_RET|BPF_K, SECCOMP_RET_ALLOW),
425 BPF_STMT(BPF_RET|BPF_K, SECCOMP_RET_ALLOW),
462 BPF_STMT(BPF_RET|BPF_K, SECCOMP_RET_ALLOW),
500 BPF_STMT(BPF_RET|BPF_K, SECCOMP_RET_ALLOW),
523 BPF_STMT(BPF_RET|BPF_K, SECCOMP_RET_ALLOW),
548 BPF_STMT(BPF_RET|BPF_K, SECCOMP_RET_ALLOW),
671 BPF_STMT(BPF_RET|BPF_K, SECCOMP_RET_ALLOW),
698 BPF_STMT(BPF_RET|BPF_K, SECCOMP_RET_ALLOW),
[all...]
H A Dseccomp_benchmark.c170 BPF_STMT(BPF_RET|BPF_K, SECCOMP_RET_ALLOW),
178 BPF_STMT(BPF_RET|BPF_K, SECCOMP_RET_ALLOW),
/linux-master/tools/perf/bench/
H A Dsched-seccomp-notify.c56 BPF_STMT(BPF_RET|BPF_K, SECCOMP_RET_ALLOW),
/linux-master/kernel/
H A Dseccomp.c207 * @log: true if all actions except for SECCOMP_RET_ALLOW should be logged
401 * unless filter returned SECCOMP_RET_ALLOW, in which case it will
409 u32 ret = SECCOMP_RET_ALLOW;
419 return SECCOMP_RET_ALLOW;
760 return k == SECCOMP_RET_ALLOW;
969 case SECCOMP_RET_ALLOW:
1295 case SECCOMP_RET_ALLOW:
1298 * this action since SECCOMP_RET_ALLOW is the starting
2022 case SECCOMP_RET_ALLOW:

Completed in 185 milliseconds