Searched refs:SECCOMP_RET_KILL (Results 1 - 6 of 6) sorted by relevance

/linux-master/samples/seccomp/
H A Ddropper.c46 struct sock_filter kill = BPF_STMT(BPF_RET+BPF_K, SECCOMP_RET_KILL);
67 " errno == -1 means SECCOMP_RET_KILL\n"
H A Dbpf-direct.c133 BPF_STMT(BPF_RET+BPF_K, SECCOMP_RET_KILL),
143 BPF_STMT(BPF_RET+BPF_K, SECCOMP_RET_KILL),
H A Dbpf-helper.h48 BPF_STMT(BPF_RET+BPF_K, SECCOMP_RET_KILL)
/linux-master/include/uapi/linux/
H A Dseccomp.h40 #define SECCOMP_RET_KILL SECCOMP_RET_KILL_THREAD macro
/linux-master/tools/include/uapi/linux/
H A Dseccomp.h40 #define SECCOMP_RET_KILL SECCOMP_RET_KILL_THREAD macro
/linux-master/tools/testing/selftests/seccomp/
H A Dseccomp_bpf.c107 #ifndef SECCOMP_RET_KILL
108 #define SECCOMP_RET_KILL SECCOMP_RET_KILL_THREAD macro
649 BPF_STMT(BPF_RET|BPF_K, SECCOMP_RET_KILL),
670 BPF_STMT(BPF_RET|BPF_K, SECCOMP_RET_KILL),
703 BPF_STMT(BPF_RET|BPF_K, SECCOMP_RET_KILL),
742 BPF_STMT(BPF_RET|BPF_K, SECCOMP_RET_KILL),
1204 BPF_STMT(BPF_RET|BPF_K, SECCOMP_RET_KILL),
2288 BPF_STMT(BPF_RET|BPF_K, SECCOMP_RET_KILL),
2558 BPF_STMT(BPF_RET|BPF_K, SECCOMP_RET_KILL),
3029 BPF_STMT(BPF_RET|BPF_K, SECCOMP_RET_KILL),
[all...]

Completed in 116 milliseconds