Searched refs:inner_def (Results 1 – 2 of 2) sorted by relevance
/linux-6.6.21/tools/lib/bpf/ |
D | libbpf_internal.h | 265 struct btf_map_def *map_def, struct btf_map_def *inner_def);
|
D | libbpf.c | 2200 struct btf_map_def *map_def, struct btf_map_def *inner_def) in parse_btf_map_def() argument 2204 bool is_inner = inner_def == NULL; in parse_btf_map_def() 2374 err = parse_btf_map_def(inner_map_name, btf, t, strict, inner_def, NULL); in parse_btf_map_def() 2520 struct btf_map_def map_def = {}, inner_def = {}; in bpf_object__init_user_btf_map() local 2579 err = parse_btf_map_def(map->name, obj->btf, def, strict, &map_def, &inner_def); in bpf_object__init_user_btf_map() 2604 fill_map_from_def(map->inner_map, &inner_def); in bpf_object__init_user_btf_map()
|