Searched refs:seccomp_data (Results 1 – 4 of 4) sorted by relevance
| /tools/include/uapi/linux/ |
| A D | seccomp.h | 62 struct seccomp_data { struct 72 __u16 seccomp_data; argument 79 struct seccomp_data data;
|
| /tools/testing/selftests/seccomp/ |
| A D | seccomp_benchmark.c | 169 BPF_STMT(BPF_LD|BPF_W|BPF_ABS, offsetof(struct seccomp_data, nr)), in main() 177 BPF_STMT(BPF_LD|BPF_W|BPF_ABS, offsetof(struct seccomp_data, args[0])), in main()
|
| A D | seccomp_bpf.c | 102 struct seccomp_data { struct 224 struct seccomp_data data; 237 __u16 seccomp_data; member 681 offsetof(struct seccomp_data, nr)), in TEST_SIGNAL() 709 offsetof(struct seccomp_data, nr)), in TEST_SIGNAL() 749 offsetof(struct seccomp_data, nr)), in TEST_SIGNAL() 822 offsetof(struct seccomp_data, nr)), in kill_thread_or_group() 834 offsetof(struct seccomp_data, nr)), in kill_thread_or_group() 1067 offsetof(struct seccomp_data, nr)), in FIXTURE_SETUP() 1186 offsetof(struct seccomp_data, nr)), in FIXTURE_SETUP() [all …]
|
| /tools/perf/bench/ |
| A D | sched-seccomp-notify.c | 53 offsetof(struct seccomp_data, nr)), in user_notif_syscall()
|
Completed in 798 milliseconds