Home
last modified time | relevance | path

Searched refs:seccomp_data (Results 1 – 10 of 10) sorted by relevance

/external/minijail/
Dbpf.h50 struct seccomp_data { struct
57 #define syscall_nr (offsetof(struct seccomp_data, nr)) argument
58 #define arch_nr (offsetof(struct seccomp_data, arch))
73 #define LO_ARG(idx) offsetof(struct seccomp_data, args[(idx)])
89 #define LO_ARG(idx) offsetof(struct seccomp_data, args[(idx)])
90 #define HI_ARG(idx) offsetof(struct seccomp_data, args[(idx)]) + sizeof(__u32)
/external/openssh/
Dsandbox-seccomp-filter.c87 offsetof(struct seccomp_data, args[(_arg_nr)])), \
92 offsetof(struct seccomp_data, nr))
98 offsetof(struct seccomp_data, arch)),
103 offsetof(struct seccomp_data, nr)),
/external/autotest/client/site_tests/security_SeccompSyscallFilters/src/
Dseccomp_bpf_tests.c76 struct seccomp_data { struct
84 #define syscall_arg(_n) (offsetof(struct seccomp_data, args[_n])) argument
264 offsetof(struct seccomp_data, nr)), in TEST_SIGNAL()
288 offsetof(struct seccomp_data, nr)), in TEST_SIGNAL()
318 offsetof(struct seccomp_data, nr)), in TEST_SIGNAL()
367 offsetof(struct seccomp_data, nr)), in TEST()
391 offsetof(struct seccomp_data, nr)), in TEST()
419 offsetof(struct seccomp_data, nr)), in FIXTURE_SETUP()
527 offsetof(struct seccomp_data, nr)), in FIXTURE_SETUP()
534 offsetof(struct seccomp_data, nr)), in FIXTURE_SETUP()
[all …]
Dresumption.c93 offsetof(struct seccomp_data, nr)), in FIXTURE_SETUP()
105 offsetof(struct seccomp_data, instruction_pointer)), in FIXTURE_SETUP()
109 offsetof(struct seccomp_data, instruction_pointer)+sizeof(int)), in FIXTURE_SETUP()
Dsigsegv.c69 offsetof(struct seccomp_data, nr)), in FIXTURE_SETUP()
/external/strace/tests/
Dseccomp.c79 BPF_STMT(BPF_LD | BPF_W | BPF_ABS, offsetof(struct seccomp_data, nr)),
109 (unsigned) offsetof(struct seccomp_data, nr)); in main()
/external/tlsdate/src/
Dseccomp.c79 offsetof (struct seccomp_data, arch)), in enable_setter_seccomp()
84 offsetof (struct seccomp_data, nr)), in enable_setter_seccomp()
Dseccomp-compat.h23 struct seccomp_data struct
/external/kernel-headers/original/uapi/linux/
Dseccomp.h47 struct seccomp_data { struct
/external/compiler-rt/test/asan/TestCases/Linux/
Dread_binary_name_regtest.c21 #define syscall_nr (offsetof(struct seccomp_data, nr))