Searched refs:inner_def (Results 1 – 2 of 2) sorted by relevance
/third_party/libbpf/src/ |
D | libbpf_internal.h | 264 struct btf_map_def *map_def, struct btf_map_def *inner_def);
|
D | libbpf.c | 2285 struct btf_map_def *map_def, struct btf_map_def *inner_def) argument 2289 bool is_inner = inner_def == NULL; 2459 err = parse_btf_map_def(inner_map_name, btf, t, strict, inner_def, NULL); 2605 struct btf_map_def map_def = {}, inner_def = {}; local 2664 err = parse_btf_map_def(map->name, obj->btf, def, strict, &map_def, &inner_def); 2689 fill_map_from_def(map->inner_map, &inner_def);
|