Home
last modified time | relevance | path

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

/openbmc/linux/tools/testing/selftests/bpf/prog_tests/
H A Dmap_init.c48 err = bpf_map__set_type(skel->maps.hashmap1, map_type); in setup()
H A Dlookup_and_delete.c54 err = bpf_map__set_type(skel->maps.hash_map, map_type); in setup_prog()
/openbmc/linux/tools/lib/bpf/
H A Dlibbpf.map190 bpf_map__set_type;
H A Dlibbpf.h941 LIBBPF_API int bpf_map__set_type(struct bpf_map *map, enum bpf_map_type type);
H A Dlibbpf.c9502 int bpf_map__set_type(struct bpf_map *map, enum bpf_map_type type) in bpf_map__set_type() function