Searched refs:BPF_MAP_LOOKUP_ELEM_struct (Results 1 – 6 of 6) sorted by relevance
/external/strace/ |
D | bpf_attr.h | 74 struct BPF_MAP_LOOKUP_ELEM_struct { struct 81 sizeof(struct BPF_MAP_LOOKUP_ELEM_struct) argument
|
D | bpf_attr_check.c | 77 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…
|
D | ChangeLog | 5816 struct BPF_MAP_LOOKUP_ELEM_struct.
|
/external/strace/tests/ |
D | bpf.c | 428 .size = offsetofend(struct BPF_MAP_LOOKUP_ELEM_struct, map_fd), 437 .size = offsetofend(struct BPF_MAP_LOOKUP_ELEM_struct, value),
|
/external/strace/tests-m32/ |
D | bpf.c | 428 .size = offsetofend(struct BPF_MAP_LOOKUP_ELEM_struct, map_fd), 437 .size = offsetofend(struct BPF_MAP_LOOKUP_ELEM_struct, value),
|
/external/strace/tests-mx32/ |
D | bpf.c | 428 .size = offsetofend(struct BPF_MAP_LOOKUP_ELEM_struct, map_fd), 437 .size = offsetofend(struct BPF_MAP_LOOKUP_ELEM_struct, value),
|