Searched refs:BPF_MAP_DELETE_ELEM_struct (Results 1 – 6 of 6) sorted by relevance
/external/strace/ |
D | bpf_attr.h | 95 struct BPF_MAP_DELETE_ELEM_struct { struct 101 sizeof(struct BPF_MAP_DELETE_ELEM_struct) argument
|
D | bpf_attr_check.c | 132 static_assert(SoM(struct BPF_MAP_DELETE_ELEM_struct, map_fd) == SoM(union bpf_attr, map_fd), 134 …static_assert(offsetof(struct BPF_MAP_DELETE_ELEM_struct, map_fd) == offsetof(union bpf_attr, map_… 139 static_assert(SoM(struct BPF_MAP_DELETE_ELEM_struct, key) == SoM(union bpf_attr, key), 141 static_assert(offsetof(struct BPF_MAP_DELETE_ELEM_struct, key) == offsetof(union bpf_attr, key),
|
D | ChangeLog | 5820 struct BPF_MAP_DELETE_ELEM_struct.
|
/external/strace/tests-mx32/ |
D | bpf.c | 464 .size = offsetofend(struct BPF_MAP_DELETE_ELEM_struct, map_fd), 472 .size = offsetofend(struct BPF_MAP_DELETE_ELEM_struct, key),
|
/external/strace/tests-m32/ |
D | bpf.c | 464 .size = offsetofend(struct BPF_MAP_DELETE_ELEM_struct, map_fd), 472 .size = offsetofend(struct BPF_MAP_DELETE_ELEM_struct, key),
|
/external/strace/tests/ |
D | bpf.c | 464 .size = offsetofend(struct BPF_MAP_DELETE_ELEM_struct, map_fd), 472 .size = offsetofend(struct BPF_MAP_DELETE_ELEM_struct, key),
|