Home
last modified time | relevance | path

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

/system/bpf/progs/include/
Dbpf_map_def.h40 struct bpf_map_def { struct
Dbpf_helpers.h66 const struct bpf_map_def SEC("maps") the_map = { \
/system/bpf/libbpf_android/
DLoader.cpp413 vector<struct bpf_map_def> md; in createMaps()
420 md.resize(mdData.size() / sizeof(struct bpf_map_def)); in createMaps()