Searched refs:bpf_map__set_type (Results 1 - 4 of 4) sorted by relevance

/linux-master/tools/testing/selftests/bpf/prog_tests/
H A Dmap_init.c48 err = bpf_map__set_type(skel->maps.hashmap1, map_type);
49 if (!ASSERT_OK(err, "bpf_map__set_type"))
H A Dlookup_and_delete.c54 err = bpf_map__set_type(skel->maps.hash_map, map_type);
55 if (!ASSERT_OK(err, "bpf_map__set_type"))
/linux-master/tools/lib/bpf/
H A Dlibbpf.h975 LIBBPF_API int bpf_map__set_type(struct bpf_map *map, enum bpf_map_type type);
H A Dlibbpf.c9964 int bpf_map__set_type(struct bpf_map *map, enum bpf_map_type type) function

Completed in 1454 milliseconds