Searched refs:BPF_OBJ_GET_INFO_BY_FD_struct (Results 1 – 9 of 9) sorted by relevance
/external/strace/ |
D | bpf_attr_check.c | 470 …static_assert(SoM(struct BPF_OBJ_GET_INFO_BY_FD_struct, bpf_fd) == SoM(union bpf_attr, info.bpf_fd… 472 …static_assert(offsetof(struct BPF_OBJ_GET_INFO_BY_FD_struct, bpf_fd) == offsetof(union bpf_attr, i… 477 …static_assert(SoM(struct BPF_OBJ_GET_INFO_BY_FD_struct, info_len) == SoM(union bpf_attr, info.info… 479 …static_assert(offsetof(struct BPF_OBJ_GET_INFO_BY_FD_struct, info_len) == offsetof(union bpf_attr,… 484 static_assert(SoM(struct BPF_OBJ_GET_INFO_BY_FD_struct, info) == SoM(union bpf_attr, info.info), 486 …static_assert(offsetof(struct BPF_OBJ_GET_INFO_BY_FD_struct, info) == offsetof(union bpf_attr, inf…
|
D | bpf_attr.h | 215 struct BPF_OBJ_GET_INFO_BY_FD_struct /* info */ { struct 222 sizeof(struct BPF_OBJ_GET_INFO_BY_FD_struct) argument
|
D | ChangeLog | 5836 to struct BPF_OBJ_GET_INFO_BY_FD_struct, all users updated.
|
/external/strace/tests/ |
D | bpf-obj_get_info_by_fd.c | 298 struct BPF_OBJ_GET_INFO_BY_FD_struct bpf_map_get_info_attr = { in main() 356 struct BPF_OBJ_GET_INFO_BY_FD_struct bpf_prog_get_info_attr = { in main()
|
D | bpf.c | 879 .size = offsetofend(struct BPF_OBJ_GET_INFO_BY_FD_struct, bpf_fd), 888 .size = offsetofend(struct BPF_OBJ_GET_INFO_BY_FD_struct, info),
|
/external/strace/tests-mx32/ |
D | bpf-obj_get_info_by_fd.c | 298 struct BPF_OBJ_GET_INFO_BY_FD_struct bpf_map_get_info_attr = { in main() 356 struct BPF_OBJ_GET_INFO_BY_FD_struct bpf_prog_get_info_attr = { in main()
|
D | bpf.c | 879 .size = offsetofend(struct BPF_OBJ_GET_INFO_BY_FD_struct, bpf_fd), 888 .size = offsetofend(struct BPF_OBJ_GET_INFO_BY_FD_struct, info),
|
/external/strace/tests-m32/ |
D | bpf-obj_get_info_by_fd.c | 298 struct BPF_OBJ_GET_INFO_BY_FD_struct bpf_map_get_info_attr = { in main() 356 struct BPF_OBJ_GET_INFO_BY_FD_struct bpf_prog_get_info_attr = { in main()
|
D | bpf.c | 879 .size = offsetofend(struct BPF_OBJ_GET_INFO_BY_FD_struct, bpf_fd), 888 .size = offsetofend(struct BPF_OBJ_GET_INFO_BY_FD_struct, info),
|