Home
last modified time | relevance | path

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

/external/strace/
Dbpf_attr.h74 struct BPF_MAP_LOOKUP_ELEM_struct { struct
81 sizeof(struct BPF_MAP_LOOKUP_ELEM_struct) argument
Dbpf_attr_check.c77 static_assert(SoM(struct BPF_MAP_LOOKUP_ELEM_struct, map_fd) == SoM(union bpf_attr, map_fd),
79 …static_assert(offsetof(struct BPF_MAP_LOOKUP_ELEM_struct, map_fd) == offsetof(union bpf_attr, map_…
84 static_assert(SoM(struct BPF_MAP_LOOKUP_ELEM_struct, key) == SoM(union bpf_attr, key),
86 static_assert(offsetof(struct BPF_MAP_LOOKUP_ELEM_struct, key) == offsetof(union bpf_attr, key),
91 static_assert(SoM(struct BPF_MAP_LOOKUP_ELEM_struct, value) == SoM(union bpf_attr, value),
93 …static_assert(offsetof(struct BPF_MAP_LOOKUP_ELEM_struct, value) == offsetof(union bpf_attr, value…
DChangeLog5816 struct BPF_MAP_LOOKUP_ELEM_struct.
/external/strace/tests/
Dbpf.c428 .size = offsetofend(struct BPF_MAP_LOOKUP_ELEM_struct, map_fd),
437 .size = offsetofend(struct BPF_MAP_LOOKUP_ELEM_struct, value),
/external/strace/tests-m32/
Dbpf.c428 .size = offsetofend(struct BPF_MAP_LOOKUP_ELEM_struct, map_fd),
437 .size = offsetofend(struct BPF_MAP_LOOKUP_ELEM_struct, value),
/external/strace/tests-mx32/
Dbpf.c428 .size = offsetofend(struct BPF_MAP_LOOKUP_ELEM_struct, map_fd),
437 .size = offsetofend(struct BPF_MAP_LOOKUP_ELEM_struct, value),