Home
last modified time | relevance | path

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

/external/strace/
Dbpf_attr.h95 struct BPF_MAP_DELETE_ELEM_struct { struct
101 sizeof(struct BPF_MAP_DELETE_ELEM_struct) argument
Dbpf_attr_check.c132 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),
DChangeLog5820 struct BPF_MAP_DELETE_ELEM_struct.
/external/strace/tests-mx32/
Dbpf.c464 .size = offsetofend(struct BPF_MAP_DELETE_ELEM_struct, map_fd),
472 .size = offsetofend(struct BPF_MAP_DELETE_ELEM_struct, key),
/external/strace/tests-m32/
Dbpf.c464 .size = offsetofend(struct BPF_MAP_DELETE_ELEM_struct, map_fd),
472 .size = offsetofend(struct BPF_MAP_DELETE_ELEM_struct, key),
/external/strace/tests/
Dbpf.c464 .size = offsetofend(struct BPF_MAP_DELETE_ELEM_struct, map_fd),
472 .size = offsetofend(struct BPF_MAP_DELETE_ELEM_struct, key),