Home
last modified time | relevance | path

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

/external/libbpf/src/
Dlibbpf.c4181 static int bpf_map_find_btf_info(struct bpf_object *obj, struct bpf_map *map) in bpf_map_find_btf_info() function
4892 if (obj->btf && btf__fd(obj->btf) >= 0 && !bpf_map_find_btf_info(obj, map)) { in bpf_object__create_map()