Home
last modified time | relevance | path

Searched refs:libbpf_type (Results 1 – 1 of 1) sorted by relevance

/OK3568_Linux_fs/kernel/tools/lib/bpf/
H A Dlibbpf.c349 enum libbpf_map_type libbpf_type; member
1372 map->libbpf_type = type; in bpf_object__init_internal_map()
1820 map->libbpf_type = LIBBPF_MAP_UNSPEC; in bpf_object__init_user_maps()
2271 map->libbpf_type = LIBBPF_MAP_UNSPEC; in bpf_object__init_user_btf_map()
3421 if (map->libbpf_type != type || in bpf_program__record_reloc()
3450 if (map->libbpf_type != type) in bpf_program__record_reloc()
3605 libbpf_type_to_btf_name[map->libbpf_type]); in bpf_map_find_btf_info()
4140 enum libbpf_map_type map_type = map->libbpf_type; in bpf_object__populate_internal_map()
8933 if (!map->mmaped || map->libbpf_type == LIBBPF_MAP_KCONFIG || in bpf_map__set_initial_value()
8948 return map->libbpf_type != LIBBPF_MAP_UNSPEC; in bpf_map__is_internal()
[all …]