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
1082
offsetof(struct seccomp_data, nr)),
tools/testing/selftests/seccomp/seccomp_bpf.c
1201
offsetof(struct seccomp_data, nr)),
tools/testing/selftests/seccomp/seccomp_bpf.c
1208
offsetof(struct seccomp_data, nr)),
tools/testing/selftests/seccomp/seccomp_bpf.c
1215
offsetof(struct seccomp_data, nr)),
tools/testing/selftests/seccomp/seccomp_bpf.c
1222
offsetof(struct seccomp_data, nr)),
tools/testing/selftests/seccomp/seccomp_bpf.c
1229
offsetof(struct seccomp_data, nr)),
tools/testing/selftests/seccomp/seccomp_bpf.c
1690
offsetof(struct seccomp_data, nr)),
tools/testing/selftests/seccomp/seccomp_bpf.c
2153
offsetof(struct seccomp_data, nr)),
tools/testing/selftests/seccomp/seccomp_bpf.c
2260
offsetof(struct seccomp_data, nr)),
tools/testing/selftests/seccomp/seccomp_bpf.c
2283
offsetof(struct seccomp_data, nr)),
tools/testing/selftests/seccomp/seccomp_bpf.c
2308
offsetof(struct seccomp_data, nr)),
tools/testing/selftests/seccomp/seccomp_bpf.c
239
struct seccomp_data data;
tools/testing/selftests/seccomp/seccomp_bpf.c
252
__u16 seccomp_data;
tools/testing/selftests/seccomp/seccomp_bpf.c
2578
offsetof(struct seccomp_data, nr)),
tools/testing/selftests/seccomp/seccomp_bpf.c
2687
offsetof(struct seccomp_data, nr)),
tools/testing/selftests/seccomp/seccomp_bpf.c
3036
offsetof(struct seccomp_data, nr)),
tools/testing/selftests/seccomp/seccomp_bpf.c
319
#define syscall_arg(_n) (offsetof(struct seccomp_data, args[_n]))
tools/testing/selftests/seccomp/seccomp_bpf.c
321
#define syscall_arg(_n) (offsetof(struct seccomp_data, args[_n]) + sizeof(__u32))
tools/testing/selftests/seccomp/seccomp_bpf.c
3211
offsetof(struct seccomp_data, nr)),
tools/testing/selftests/seccomp/seccomp_bpf.c
3370
offsetof(struct seccomp_data, nr)),
tools/testing/selftests/seccomp/seccomp_bpf.c
5238
offsetof(struct seccomp_data, nr)),
tools/testing/selftests/seccomp/seccomp_bpf.c
5255
offsetof(struct seccomp_data, nr)),
tools/testing/selftests/seccomp/seccomp_bpf.c
5277
offsetof(struct seccomp_data, nr)),
tools/testing/selftests/seccomp/seccomp_bpf.c
696
offsetof(struct seccomp_data, nr)),
tools/testing/selftests/seccomp/seccomp_bpf.c
724
offsetof(struct seccomp_data, nr)),
tools/testing/selftests/seccomp/seccomp_bpf.c
764
offsetof(struct seccomp_data, nr)),
tools/testing/selftests/seccomp/seccomp_bpf.c
837
offsetof(struct seccomp_data, nr)),
tools/testing/selftests/seccomp/seccomp_bpf.c
849
offsetof(struct seccomp_data, nr)),
tools/testing/selftests/seccomp/seccomp_bpf.c
975
offsetof(struct seccomp_data, nr)), \