Searched refs:bpf_map__autocreate (Results 1 – 4 of 4) sorted by relevance
123 ASSERT_TRUE(bpf_map__autocreate(skel->maps.existing_map), "existing_map_autocreate"); in missing_map()124 ASSERT_FALSE(bpf_map__autocreate(skel->maps.missing_map), "missing_map_autocreate"); in missing_map()
338 bpf_map__autocreate;
927 LIBBPF_API bool bpf_map__autocreate(const struct bpf_map *map);
4401 bool bpf_map__autocreate(const struct bpf_map *map) in bpf_map__autocreate() function