Searched refs:SECCOMP_RET_KILL (Results 1 – 5 of 5) sorted by relevance
/linux-6.3-rc2/samples/seccomp/ |
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()
|
A D | dropper.c | 46 struct sock_filter kill = BPF_STMT(BPF_RET+BPF_K, SECCOMP_RET_KILL); in install_filter()
|
A D | bpf-helper.h | 48 BPF_STMT(BPF_RET+BPF_K, SECCOMP_RET_KILL)
|
/linux-6.3-rc2/include/uapi/linux/ |
A D | seccomp.h | 40 #define SECCOMP_RET_KILL SECCOMP_RET_KILL_THREAD macro
|
/linux-6.3-rc2/tools/testing/selftests/seccomp/ |
A D | seccomp_bpf.c | 107 #ifndef SECCOMP_RET_KILL 108 #define SECCOMP_RET_KILL SECCOMP_RET_KILL_THREAD macro 649 BPF_STMT(BPF_RET|BPF_K, SECCOMP_RET_KILL), in TEST_SIGNAL() 670 BPF_STMT(BPF_RET|BPF_K, SECCOMP_RET_KILL), in TEST_SIGNAL() 703 BPF_STMT(BPF_RET|BPF_K, SECCOMP_RET_KILL), in TEST_SIGNAL() 742 BPF_STMT(BPF_RET|BPF_K, SECCOMP_RET_KILL), in TEST_SIGNAL() 1204 BPF_STMT(BPF_RET|BPF_K, SECCOMP_RET_KILL), in FIXTURE_SETUP() 2285 BPF_STMT(BPF_RET|BPF_K, SECCOMP_RET_KILL), in TEST_F_SIGNAL() 2555 BPF_STMT(BPF_RET|BPF_K, SECCOMP_RET_KILL), in FIXTURE_SETUP() 3026 BPF_STMT(BPF_RET|BPF_K, SECCOMP_RET_KILL), in TEST() [all …]
|
Completed in 15 milliseconds