Symbol: SECCOMP_RET_KILL
samples/seccomp/bpf-direct.c
133
BPF_STMT(BPF_RET+BPF_K, SECCOMP_RET_KILL),
samples/seccomp/bpf-direct.c
143
BPF_STMT(BPF_RET+BPF_K, SECCOMP_RET_KILL),
samples/seccomp/bpf-helper.h
48
BPF_STMT(BPF_RET+BPF_K, SECCOMP_RET_KILL)
samples/seccomp/dropper.c
46
struct sock_filter kill = BPF_STMT(BPF_RET+BPF_K, SECCOMP_RET_KILL);
tools/testing/selftests/seccomp/seccomp_bpf.c
123
#ifndef SECCOMP_RET_KILL
tools/testing/selftests/seccomp/seccomp_bpf.c
1232
BPF_STMT(BPF_RET|BPF_K, SECCOMP_RET_KILL),
tools/testing/selftests/seccomp/seccomp_bpf.c
2310
BPF_STMT(BPF_RET|BPF_K, SECCOMP_RET_KILL),
tools/testing/selftests/seccomp/seccomp_bpf.c
2580
BPF_STMT(BPF_RET|BPF_K, SECCOMP_RET_KILL),
tools/testing/selftests/seccomp/seccomp_bpf.c
3051
BPF_STMT(BPF_RET|BPF_K, SECCOMP_RET_KILL),
tools/testing/selftests/seccomp/seccomp_bpf.c
3213
BPF_STMT(BPF_RET|BPF_K, SECCOMP_RET_KILL),
tools/testing/selftests/seccomp/seccomp_bpf.c
5239
BPF_STMT(BPF_RET|BPF_K, SECCOMP_RET_KILL),
tools/testing/selftests/seccomp/seccomp_bpf.c
5261
BPF_STMT(BPF_RET|BPF_K, SECCOMP_RET_KILL),
tools/testing/selftests/seccomp/seccomp_bpf.c
5284
BPF_STMT(BPF_RET|BPF_K, SECCOMP_RET_KILL),
tools/testing/selftests/seccomp/seccomp_bpf.c
677
BPF_STMT(BPF_RET|BPF_K, SECCOMP_RET_KILL),
tools/testing/selftests/seccomp/seccomp_bpf.c
698
BPF_STMT(BPF_RET|BPF_K, SECCOMP_RET_KILL),
tools/testing/selftests/seccomp/seccomp_bpf.c
731
BPF_STMT(BPF_RET|BPF_K, SECCOMP_RET_KILL),
tools/testing/selftests/seccomp/seccomp_bpf.c
770
BPF_STMT(BPF_RET|BPF_K, SECCOMP_RET_KILL),