Home
last modified time | relevance | path

Searched refs:bpf_map_info_struct (Results 1 – 7 of 7) sorted by relevance

/external/strace/
Dbpf_attr_check.c556 static_assert(SoM(struct bpf_map_info_struct, type) == SoM(struct bpf_map_info, type),
558 static_assert(offsetof(struct bpf_map_info_struct, type) == offsetof(struct bpf_map_info, type),
563 static_assert(SoM(struct bpf_map_info_struct, id) == SoM(struct bpf_map_info, id),
565 static_assert(offsetof(struct bpf_map_info_struct, id) == offsetof(struct bpf_map_info, id),
570 static_assert(SoM(struct bpf_map_info_struct, key_size) == SoM(struct bpf_map_info, key_size),
572 …static_assert(offsetof(struct bpf_map_info_struct, key_size) == offsetof(struct bpf_map_info, key_…
577 static_assert(SoM(struct bpf_map_info_struct, value_size) == SoM(struct bpf_map_info, value_size),
579 …static_assert(offsetof(struct bpf_map_info_struct, value_size) == offsetof(struct bpf_map_info, va…
584 …static_assert(SoM(struct bpf_map_info_struct, max_entries) == SoM(struct bpf_map_info, max_entries…
586 …static_assert(offsetof(struct bpf_map_info_struct, max_entries) == offsetof(struct bpf_map_info, m…
[all …]
Dbpf_attr.h247 struct bpf_map_info_struct { struct
265 sizeof(struct bpf_map_info_struct) argument
Dbpf.c450 struct bpf_map_info_struct info = { 0 }; in print_bpf_map_info()
465 if (len <= offsetof(struct bpf_map_info_struct, name)) in print_bpf_map_info()
473 if (len <= offsetof(struct bpf_map_info_struct, ifindex)) in print_bpf_map_info()
DChangeLog2623 (struct bpf_map_info_struct, struct bpf_prog_info_struct): New
/external/strace/tests/
Dbpf-obj_get_info_by_fd.c297 struct bpf_map_info_struct *map_info = calloc(1, MAP_INFO_SZ); in main()
327 offsetof(struct bpf_map_info_struct, name)) { in main()
332 offsetof(struct bpf_map_info_struct, ifindex)) in main()
335 offsetof(struct bpf_map_info_struct, netns_dev)) in main()
339 offsetof(struct bpf_map_info_struct, netns_ino)) in main()
/external/strace/tests-m32/
Dbpf-obj_get_info_by_fd.c297 struct bpf_map_info_struct *map_info = calloc(1, MAP_INFO_SZ); in main()
327 offsetof(struct bpf_map_info_struct, name)) { in main()
332 offsetof(struct bpf_map_info_struct, ifindex)) in main()
335 offsetof(struct bpf_map_info_struct, netns_dev)) in main()
339 offsetof(struct bpf_map_info_struct, netns_ino)) in main()
/external/strace/tests-mx32/
Dbpf-obj_get_info_by_fd.c297 struct bpf_map_info_struct *map_info = calloc(1, MAP_INFO_SZ); in main()
327 offsetof(struct bpf_map_info_struct, name)) { in main()
332 offsetof(struct bpf_map_info_struct, ifindex)) in main()
335 offsetof(struct bpf_map_info_struct, netns_dev)) in main()
339 offsetof(struct bpf_map_info_struct, netns_ino)) in main()