Home
last modified time | relevance | path

Searched refs:bpf_map__set_autocreate (Results 1 – 5 of 5) sorted by relevance

/linux-6.6.21/tools/testing/selftests/bpf/prog_tests/
Dlog_fixup.c114 bpf_map__set_autocreate(skel->maps.missing_map, false); in missing_map()
/linux-6.6.21/tools/lib/bpf/
Dlibbpf.map343 bpf_map__set_autocreate;
Dlibbpf.h926 LIBBPF_API int bpf_map__set_autocreate(struct bpf_map *map, bool autocreate);
Dlibbpf.c4405 int bpf_map__set_autocreate(struct bpf_map *map, bool autocreate) in bpf_map__set_autocreate() function
/linux-6.6.21/tools/testing/selftests/bpf/
Dtest_loader.c595 bpf_map__set_autocreate(map, !unpriv || is_unpriv_capable_map(map)); in run_subtest()