Searched refs:is_inner (Results 1 – 2 of 2) sorted by relevance
620 fn is_inner(attr: &&Attribute) -> bool { in inner() function626 self.iter().filter(is_inner) in inner()
2579 bool is_inner = inner_def == NULL; in parse_btf_map_def() local 2695 if (is_inner) { in parse_btf_map_def() 2757 if (is_inner) { in parse_btf_map_def() 5361 static int bpf_object__create_map(struct bpf_object *obj, struct bpf_map *map, bool is_inner) in bpf_object__create_map() 5448 &create_attr, is_inner ? -1 : map - obj->maps); in init_map_in_map_slots() 5307 bpf_object__create_map(struct bpf_object * obj,struct bpf_map * map,bool is_inner) bpf_object__create_map() argument