Home
last modified time | relevance | path

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

/tools/testing/selftests/bpf/prog_tests/
Dlog_fixup.c123 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()
/tools/lib/bpf/
Dlibbpf.map338 bpf_map__autocreate;
Dlibbpf.h927 LIBBPF_API bool bpf_map__autocreate(const struct bpf_map *map);
Dlibbpf.c4401 bool bpf_map__autocreate(const struct bpf_map *map) in bpf_map__autocreate() function