Searched refs:bpfMaxVer (Results 1 – 1 of 1) sorted by relevance
679 unsigned bpfMaxVer = DEFAULT_BPFLOADER_MAX_VER; // v1.0 in loadCodeSections() local690 bpfMaxVer = cs[i].prog_def->bpfloader_max_ver; in loadCodeSections()694 bpfMinVer, bpfMaxVer); in loadCodeSections()696 if (BPFLOADER_VERSION >= bpfMaxVer) continue; in loadCodeSections()