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/tools/include/uapi/linux/ |
H A D | seccomp.h | 40 #define SECCOMP_RET_KILL SECCOMP_RET_KILL_THREAD macro
|
/linux/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 | 114 #ifndef SECCOMP_RET_KILL 115 #define SECCOMP_RET_KILL SECCOMP_RET_KILL_THREAD macro 656 BPF_STMT(BPF_RET|BPF_K, SECCOMP_RET_KILL), in TEST_SIGNAL() 677 BPF_STMT(BPF_RET|BPF_K, SECCOMP_RET_KILL), in TEST_SIGNAL() 710 BPF_STMT(BPF_RET|BPF_K, SECCOMP_RET_KILL), in TEST_SIGNAL() 749 BPF_STMT(BPF_RET|BPF_K, SECCOMP_RET_KILL), in TEST_SIGNAL() 1211 BPF_STMT(BPF_RET|BPF_K, SECCOMP_RET_KILL), in FIXTURE_SETUP() 2295 BPF_STMT(BPF_RET|BPF_K, SECCOMP_RET_KILL), in TEST_F_SIGNAL() 2565 BPF_STMT(BPF_RET|BPF_K, SECCOMP_RET_KILL), in FIXTURE_SETUP() 3036 BPF_STMT(BPF_RET|BPF_K, SECCOMP_RET_KILL), in TEST() [all …]
|