Searched refs:SECCOMP_RET_KILL (Results 1 – 6 of 6) sorted by relevance
| /linux/samples/seccomp/ |
| H A D | bpf-direct.c | 133 BPF_STMT(BPF_RET+BPF_K, SECCOMP_RET_KILL), in install_filter() 143 BPF_STMT(BPF_RET+BPF_K, SECCOMP_RET_KILL), in install_filter()
|
| H A D | dropper.c | 46 struct sock_filter kill = BPF_STMT(BPF_RET+BPF_K, SECCOMP_RET_KILL); in install_filter()
|
| H A D | bpf-helper.h | 48 BPF_STMT(BPF_RET+BPF_K, SECCOMP_RET_KILL)
|
| /linux/include/uapi/linux/ |
| H A D | seccomp.h | 40 #define SECCOMP_RET_KILL SECCOMP_RET_KILL_THREAD macro
|
| /linux/tools/include/uapi/linux/ |
| H A D | seccomp.h | 40 #define SECCOMP_RET_KILL SECCOMP_RET_KILL_THREAD macro
|
| /linux/tools/testing/selftests/seccomp/ |
| H A D | seccomp_bpf.c | 123 #ifndef SECCOMP_RET_KILL 124 #define SECCOMP_RET_KILL SECCOMP_RET_KILL_THREAD macro 671 BPF_STMT(BPF_RET|BPF_K, SECCOMP_RET_KILL), in TEST_SIGNAL() 692 BPF_STMT(BPF_RET|BPF_K, SECCOMP_RET_KILL), in TEST_SIGNAL() 725 BPF_STMT(BPF_RET|BPF_K, SECCOMP_RET_KILL), in TEST_SIGNAL() 764 BPF_STMT(BPF_RET|BPF_K, SECCOMP_RET_KILL), in TEST_SIGNAL() 1226 BPF_STMT(BPF_RET|BPF_K, SECCOMP_RET_KILL), in FIXTURE_SETUP() 2304 BPF_STMT(BPF_RET|BPF_K, SECCOMP_RET_KILL), in TEST_F_SIGNAL() 2574 BPF_STMT(BPF_RET|BPF_K, SECCOMP_RET_KILL), in FIXTURE_SETUP() 3045 BPF_STMT(BPF_RET|BPF_K, SECCOMP_RET_KILL), in TEST() [all …]
|