LIBBPF_MAP_KCONFIG
if (!map->mmaped || map->libbpf_type == LIBBPF_MAP_KCONFIG)
if (mmaped && (*map)->libbpf_type != LIBBPF_MAP_KCONFIG)
def->map_flags = type == LIBBPF_MAP_RODATA || type == LIBBPF_MAP_KCONFIG
err = bpf_object__init_internal_map(obj, LIBBPF_MAP_KCONFIG,
return LIBBPF_MAP_KCONFIG;
if (map_type == LIBBPF_MAP_RODATA || map_type == LIBBPF_MAP_KCONFIG)
if (map_type == LIBBPF_MAP_RODATA || map_type == LIBBPF_MAP_KCONFIG) {