Searched refs:bpfloader_max_ver (Results 1 – 3 of 3) sorted by relevance
143 unsigned int bpfloader_max_ver; // if missing, defaults to 0x10000, ie. v1.0 member169 unsigned int bpfloader_max_ver; // if missing, defaults to 0x10000, ie. v1.0 member
116 .bpfloader_max_ver = DEFAULT_BPFLOADER_MAX_VER, \165 .bpfloader_max_ver = DEFAULT_BPFLOADER_MAX_VER, \
336 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()