Searched refs:bpfMinVer (Results 1 – 1 of 1) sorted by relevance
678 unsigned bpfMinVer = DEFAULT_BPFLOADER_MIN_VER; // v0.0 in loadCodeSections() local689 bpfMinVer = cs[i].prog_def->bpfloader_min_ver; in loadCodeSections()694 bpfMinVer, bpfMaxVer); in loadCodeSections()695 if (BPFLOADER_VERSION < bpfMinVer) continue; in loadCodeSections()