Searched refs:prog_def (Results 1 – 1 of 1) sorted by relevance
204 optional<struct bpf_prog_def> prog_def; member524 cs_temp.prog_def = pd[i]; in readCodeSections()934 if (!cs[i].prog_def.has_value()) { in loadCodeSections()939 unsigned min_kver = cs[i].prog_def->min_kver; in loadCodeSections()940 unsigned max_kver = cs[i].prog_def->max_kver; in loadCodeSections()946 unsigned bpfMinVer = cs[i].prog_def->bpfloader_min_ver; in loadCodeSections()947 unsigned bpfMaxVer = cs[i].prog_def->bpfloader_max_ver; in loadCodeSections()948 domain selinux_context = getDomainFromSelinuxContext(cs[i].prog_def->selinux_context); in loadCodeSections()949 domain pin_subdir = getDomainFromPinSubdir(cs[i].prog_def->pin_subdir); in loadCodeSections()958 if ((cs[i].prog_def->ignore_on_eng && isEng()) || in loadCodeSections()[all …]