Searched refs:bpf_map_def (Results 1 – 4 of 4) sorted by relevance
/system/bpf/progs/include/ |
D | bpf_map_def.h | 126 struct bpf_map_def { struct 152 _Static_assert(sizeof(struct bpf_map_def) == 48, "sizeof struct bpf_map_def != 48"); argument 153 _Static_assert(__alignof__(struct bpf_map_def) == 4, "__alignof__ struct bpf_map_def != 4"); 154 _Static_assert(_Alignof(struct bpf_map_def) == 4, "_Alignof struct bpf_map_def != 4");
|
D | bpf_helpers.h | 47 size_t _size_of_bpf_map_def SEC("size_of_bpf_map_def") = sizeof(struct bpf_map_def); \ 96 static void* (*bpf_map_lookup_elem_unsafe)(const struct bpf_map_def* map, 98 static int (*bpf_map_update_elem_unsafe)(const struct bpf_map_def* map, const void* key, 101 static int (*bpf_map_delete_elem_unsafe)(const struct bpf_map_def* map, 106 const struct bpf_map_def SEC("maps") the_map = { \
|
/system/netd/bpf_progs/ |
D | bpf_net_helpers.h | 50 static int (*bpf_redirect_map)(const struct bpf_map_def* map, __u32 key,
|
/system/bpf/libbpf_android/ |
D | Loader.cpp | 472 vector<struct bpf_map_def> md; in createMaps() 488 size_t trimmedSize = std::min(sizeOfBpfMapDef, sizeof(struct bpf_map_def)); in createMaps()
|