Symbol: seccomp_data
arch/um/kernel/skas/stub_exe.c
137
(offsetof(struct seccomp_data, instruction_pointer) + 4)),
arch/um/kernel/skas/stub_exe.c
144
(offsetof(struct seccomp_data, instruction_pointer))),
arch/um/kernel/skas/stub_exe.c
157
offsetof(struct seccomp_data, arch)),
arch/um/kernel/skas/stub_exe.c
166
offsetof(struct seccomp_data, nr)),
arch/um/os-Linux/start_up.c
258
offsetof(struct seccomp_data, nr)),
include/linux/filter.h
34
struct seccomp_data;
include/linux/ptrace.h
17
struct seccomp_data data;
include/linux/seccomp.h
50
struct seccomp_data;
include/uapi/linux/seccomp.h
72
__u16 seccomp_data;
include/uapi/linux/seccomp.h
79
struct seccomp_data data;
kernel/seccomp.c
1165
const struct seccomp_data *sd)
kernel/seccomp.c
1262
struct seccomp_data sd;
kernel/seccomp.c
178
const struct seccomp_data *sd)
kernel/seccomp.c
2091
.seccomp_data = sizeof(struct seccomp_data),
kernel/seccomp.c
244
static void populate_seccomp_data(struct seccomp_data *sd)
kernel/seccomp.c
290
if (k >= sizeof(struct seccomp_data) || k & 3)
kernel/seccomp.c
295
ftest->k = sizeof(struct seccomp_data);
kernel/seccomp.c
299
ftest->k = sizeof(struct seccomp_data);
kernel/seccomp.c
368
const struct seccomp_data *sd)
kernel/seccomp.c
404
static u32 seccomp_run_filters(const struct seccomp_data *sd,
kernel/seccomp.c
73
const struct seccomp_data *data;
kernel/seccomp.c
744
static bool seccomp_uprobe_exception(struct seccomp_data *sd)
kernel/seccomp.c
771
struct seccomp_data *sd)
kernel/seccomp.c
792
case offsetof(struct seccomp_data, nr):
kernel/seccomp.c
795
case offsetof(struct seccomp_data, arch):
kernel/seccomp.c
852
struct seccomp_data sd;
samples/bpf/tracex5.bpf.c
48
struct seccomp_data sd;
samples/bpf/tracex5.bpf.c
61
struct seccomp_data sd;
samples/seccomp/bpf-direct.c
31
#define syscall_arg(_n) (offsetof(struct seccomp_data, args[_n]))
samples/seccomp/bpf-direct.c
32
#define syscall_nr (offsetof(struct seccomp_data, nr))
samples/seccomp/bpf-helper.h
261
offsetof(struct seccomp_data, nr))
samples/seccomp/bpf-helper.h
66
#define LO_ARG(idx) offsetof(struct seccomp_data, args[(idx)])
samples/seccomp/bpf-helper.h
68
#define LO_ARG(idx) offsetof(struct seccomp_data, args[(idx)]) + sizeof(__u32)
samples/seccomp/bpf-helper.h
90
#define HI_ARG(idx) offsetof(struct seccomp_data, args[(idx)]) + sizeof(__u32)
samples/seccomp/bpf-helper.h
93
#define HI_ARG(idx) offsetof(struct seccomp_data, args[(idx)])
samples/seccomp/dropper.c
32
(offsetof(struct seccomp_data, arch))),
samples/seccomp/dropper.c
35
(offsetof(struct seccomp_data, nr))),
samples/seccomp/user-trap.c
94
offsetof(struct seccomp_data, nr)),
tools/include/uapi/linux/seccomp.h
72
__u16 seccomp_data;
tools/include/uapi/linux/seccomp.h
79
struct seccomp_data data;
tools/perf/bench/sched-seccomp-notify.c
53
offsetof(struct seccomp_data, nr)),
tools/testing/selftests/seccomp/seccomp_benchmark.c
169
BPF_STMT(BPF_LD|BPF_W|BPF_ABS, offsetof(struct seccomp_data, nr)),
tools/testing/selftests/seccomp/seccomp_benchmark.c
177
BPF_STMT(BPF_LD|BPF_W|BPF_ABS, offsetof(struct seccomp_data, args[0])),
tools/testing/selftests/seccomp/seccomp_bpf.c
1076
offsetof(struct seccomp_data, nr)),
tools/testing/selftests/seccomp/seccomp_bpf.c
1195
offsetof(struct seccomp_data, nr)),
tools/testing/selftests/seccomp/seccomp_bpf.c
1202
offsetof(struct seccomp_data, nr)),
tools/testing/selftests/seccomp/seccomp_bpf.c
1209
offsetof(struct seccomp_data, nr)),
tools/testing/selftests/seccomp/seccomp_bpf.c
1216
offsetof(struct seccomp_data, nr)),
tools/testing/selftests/seccomp/seccomp_bpf.c
1223
offsetof(struct seccomp_data, nr)),
tools/testing/selftests/seccomp/seccomp_bpf.c
1684
offsetof(struct seccomp_data, nr)),
tools/testing/selftests/seccomp/seccomp_bpf.c
2147
offsetof(struct seccomp_data, nr)),
tools/testing/selftests/seccomp/seccomp_bpf.c
2254
offsetof(struct seccomp_data, nr)),
tools/testing/selftests/seccomp/seccomp_bpf.c
2277
offsetof(struct seccomp_data, nr)),
tools/testing/selftests/seccomp/seccomp_bpf.c
2302
offsetof(struct seccomp_data, nr)),
tools/testing/selftests/seccomp/seccomp_bpf.c
233
struct seccomp_data data;
tools/testing/selftests/seccomp/seccomp_bpf.c
246
__u16 seccomp_data;
tools/testing/selftests/seccomp/seccomp_bpf.c
2572
offsetof(struct seccomp_data, nr)),
tools/testing/selftests/seccomp/seccomp_bpf.c
2681
offsetof(struct seccomp_data, nr)),
tools/testing/selftests/seccomp/seccomp_bpf.c
3030
offsetof(struct seccomp_data, nr)),
tools/testing/selftests/seccomp/seccomp_bpf.c
313
#define syscall_arg(_n) (offsetof(struct seccomp_data, args[_n]))
tools/testing/selftests/seccomp/seccomp_bpf.c
315
#define syscall_arg(_n) (offsetof(struct seccomp_data, args[_n]) + sizeof(__u32))
tools/testing/selftests/seccomp/seccomp_bpf.c
3205
offsetof(struct seccomp_data, nr)),
tools/testing/selftests/seccomp/seccomp_bpf.c
3364
offsetof(struct seccomp_data, nr)),
tools/testing/selftests/seccomp/seccomp_bpf.c
5231
offsetof(struct seccomp_data, nr)),
tools/testing/selftests/seccomp/seccomp_bpf.c
5248
offsetof(struct seccomp_data, nr)),
tools/testing/selftests/seccomp/seccomp_bpf.c
5270
offsetof(struct seccomp_data, nr)),
tools/testing/selftests/seccomp/seccomp_bpf.c
690
offsetof(struct seccomp_data, nr)),
tools/testing/selftests/seccomp/seccomp_bpf.c
718
offsetof(struct seccomp_data, nr)),
tools/testing/selftests/seccomp/seccomp_bpf.c
758
offsetof(struct seccomp_data, nr)),
tools/testing/selftests/seccomp/seccomp_bpf.c
831
offsetof(struct seccomp_data, nr)),
tools/testing/selftests/seccomp/seccomp_bpf.c
843
offsetof(struct seccomp_data, nr)),
tools/testing/selftests/seccomp/seccomp_bpf.c
969
offsetof(struct seccomp_data, nr)), \