Home
last modified time | relevance | path

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

/system/bpf/progs/include/
Dbpf_map_def.h142 unsigned int bpfloader_min_ver; // if missing, defaults to 0, ie. v0.0 member
168 unsigned int bpfloader_min_ver; // if missing, defaults to 0, ie. v0.0 member
Dbpf_helpers.h115 .bpfloader_min_ver = DEFAULT_BPFLOADER_MIN_VER, \
164 .bpfloader_min_ver = DEFAULT_BPFLOADER_MIN_VER, \
/system/bpf/libbpf_android/
DLoader.cpp509 if (BPFLOADER_VERSION < md[i].bpfloader_min_ver) { in createMaps()
511 md[i].bpfloader_min_ver); in createMaps()
689 bpfMinVer = cs[i].prog_def->bpfloader_min_ver; in loadCodeSections()