Home
last modified time | relevance | path

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

/system/bpf/progs/include/
Dbpf_map_def.h143 unsigned int bpfloader_max_ver; // if missing, defaults to 0x10000, ie. v1.0 member
169 unsigned int bpfloader_max_ver; // if missing, defaults to 0x10000, ie. v1.0 member
Dbpf_helpers.h116 .bpfloader_max_ver = DEFAULT_BPFLOADER_MAX_VER, \
165 .bpfloader_max_ver = DEFAULT_BPFLOADER_MAX_VER, \
/system/bpf/libbpf_android/
DLoader.cpp336 p.bpfloader_max_ver = DEFAULT_BPFLOADER_MAX_VER; // v1.0 in readProgDefs()
495 m.bpfloader_max_ver = DEFAULT_BPFLOADER_MAX_VER; // v1.0 in createMaps()
516 if (BPFLOADER_VERSION >= md[i].bpfloader_max_ver) { in createMaps()
518 md[i].bpfloader_max_ver); in createMaps()
690 bpfMaxVer = cs[i].prog_def->bpfloader_max_ver; in loadCodeSections()