Searched defs:seccomp_data (Results 1 - 5 of 5) sorted by relevance

/external/kernel-headers/original/uapi/linux/
H A Dseccomp.h39 * struct seccomp_data - the format the BPF program executes over.
47 struct seccomp_data { struct
/external/minijail/
H A Dbpf.h55 struct seccomp_data { struct
62 #define syscall_nr (offsetof(struct seccomp_data, nr))
63 #define arch_nr (offsetof(struct seccomp_data, arch))
78 #define LO_ARG(idx) offsetof(struct seccomp_data, args[(idx)])
94 #define LO_ARG(idx) offsetof(struct seccomp_data, args[(idx)])
95 #define HI_ARG(idx) offsetof(struct seccomp_data, args[(idx)]) + sizeof(__u32)
/external/autotest/client/site_tests/security_SeccompSyscallFilters/src/
H A Dseccomp_bpf_tests.c76 struct seccomp_data { struct
84 #define syscall_arg(_n) (offsetof(struct seccomp_data, args[_n]))
264 offsetof(struct seccomp_data, nr)),
288 offsetof(struct seccomp_data, nr)),
318 offsetof(struct seccomp_data, nr)),
367 offsetof(struct seccomp_data, nr)),
391 offsetof(struct seccomp_data, nr)),
419 offsetof(struct seccomp_data, nr)),
527 offsetof(struct seccomp_data, nr)),
534 offsetof(struct seccomp_data, n
[all...]
/external/linux-kselftest/tools/testing/selftests/seccomp/
H A Dseccomp_bpf.c82 struct seccomp_data { struct
91 #define syscall_arg(_n) (offsetof(struct seccomp_data, args[_n]))
93 #define syscall_arg(_n) (offsetof(struct seccomp_data, args[_n]) + sizeof(__u32))
410 offsetof(struct seccomp_data, nr)),
438 offsetof(struct seccomp_data, nr)),
478 offsetof(struct seccomp_data, nr)),
548 offsetof(struct seccomp_data, nr)),
575 offsetof(struct seccomp_data, nr)),
602 offsetof(struct seccomp_data, nr)),
633 offsetof(struct seccomp_data, n
[all...]
/external/seccomp-tests/linux/
H A Dseccomp_bpf.c82 struct seccomp_data { struct
91 #define syscall_arg(_n) (offsetof(struct seccomp_data, args[_n]))
93 #define syscall_arg(_n) (offsetof(struct seccomp_data, args[_n]) + sizeof(__u32))
410 offsetof(struct seccomp_data, nr)),
438 offsetof(struct seccomp_data, nr)),
478 offsetof(struct seccomp_data, nr)),
548 offsetof(struct seccomp_data, nr)),
575 offsetof(struct seccomp_data, nr)),
602 offsetof(struct seccomp_data, nr)),
633 offsetof(struct seccomp_data, n
[all...]

Completed in 287 milliseconds