Home
last modified time | relevance | path

Searched refs:bpf_map_def (Results 1 – 2 of 2) sorted by relevance

/system/bpf/progs/include/
Dbpf_helpers.h47 struct bpf_map_def SEC("maps") the_map = { \
101 struct bpf_map_def { struct
/system/bpf/libbpf_android/
DLoader.cpp89 struct bpf_map_def { struct
386 vector<struct bpf_map_def> md; in createMaps()
392 md.resize(mdData.size() / sizeof(struct bpf_map_def)); in createMaps()