Searched refs:SECCOMP_RET_KILL (Results 1 – 6 of 6) sorted by relevance
| /linux-6.15/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-6.15/tools/include/uapi/linux/ |
| H A D | seccomp.h | 40 #define SECCOMP_RET_KILL SECCOMP_RET_KILL_THREAD macro
|
| /linux-6.15/include/uapi/linux/ |
| H A D | seccomp.h | 40 #define SECCOMP_RET_KILL SECCOMP_RET_KILL_THREAD macro
|
| /linux-6.15/tools/testing/selftests/seccomp/ |
| H A D | seccomp_bpf.c | 114 #ifndef SECCOMP_RET_KILL 115 #define SECCOMP_RET_KILL SECCOMP_RET_KILL_THREAD macro 662 BPF_STMT(BPF_RET|BPF_K, SECCOMP_RET_KILL), in TEST_SIGNAL() 683 BPF_STMT(BPF_RET|BPF_K, SECCOMP_RET_KILL), in TEST_SIGNAL() 716 BPF_STMT(BPF_RET|BPF_K, SECCOMP_RET_KILL), in TEST_SIGNAL() 755 BPF_STMT(BPF_RET|BPF_K, SECCOMP_RET_KILL), in TEST_SIGNAL() 1217 BPF_STMT(BPF_RET|BPF_K, SECCOMP_RET_KILL), in FIXTURE_SETUP() 2301 BPF_STMT(BPF_RET|BPF_K, SECCOMP_RET_KILL), in TEST_F_SIGNAL() 2571 BPF_STMT(BPF_RET|BPF_K, SECCOMP_RET_KILL), in FIXTURE_SETUP() 3042 BPF_STMT(BPF_RET|BPF_K, SECCOMP_RET_KILL), in TEST() [all …]
|