Home
last modified time | relevance | path

Searched refs:BPF_PROG_ATTACH_struct (Results 1 – 6 of 6) sorted by relevance

/external/strace/
Dbpf_attr_check.c284 static_assert(SoM(struct BPF_PROG_ATTACH_struct, target_fd) == SoM(union bpf_attr, target_fd),
286 …static_assert(offsetof(struct BPF_PROG_ATTACH_struct, target_fd) == offsetof(union bpf_attr, targe…
291 …static_assert(SoM(struct BPF_PROG_ATTACH_struct, attach_bpf_fd) == SoM(union bpf_attr, attach_bpf_…
293 …static_assert(offsetof(struct BPF_PROG_ATTACH_struct, attach_bpf_fd) == offsetof(union bpf_attr, a…
298 static_assert(SoM(struct BPF_PROG_ATTACH_struct, attach_type) == SoM(union bpf_attr, attach_type),
300 …static_assert(offsetof(struct BPF_PROG_ATTACH_struct, attach_type) == offsetof(union bpf_attr, att…
305 …static_assert(SoM(struct BPF_PROG_ATTACH_struct, attach_flags) == SoM(union bpf_attr, attach_flags…
307 …static_assert(offsetof(struct BPF_PROG_ATTACH_struct, attach_flags) == offsetof(union bpf_attr, at…
Dbpf_attr.h146 struct BPF_PROG_ATTACH_struct { struct
154 sizeof(struct BPF_PROG_ATTACH_struct) argument
DChangeLog5828 struct BPF_PROG_ATTACH_struct.
/external/strace/tests/
Dbpf.c714 .size = offsetofend(struct BPF_PROG_ATTACH_struct, target_fd),
725 .size = offsetofend(struct BPF_PROG_ATTACH_struct, attach_flags),
/external/strace/tests-m32/
Dbpf.c714 .size = offsetofend(struct BPF_PROG_ATTACH_struct, target_fd),
725 .size = offsetofend(struct BPF_PROG_ATTACH_struct, attach_flags),
/external/strace/tests-mx32/
Dbpf.c714 .size = offsetofend(struct BPF_PROG_ATTACH_struct, target_fd),
725 .size = offsetofend(struct BPF_PROG_ATTACH_struct, attach_flags),