Home
last modified time | relevance | path

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

/openbmc/linux/tools/testing/selftests/bpf/map_tests/
H A Dmap_percpu_stats.c303 static int map_create_opts(__u32 type, const char *name, in map_create_opts() function
324 return map_create_opts(type, name, map_opts, sizeof(int), sizeof(int)); in map_create()
376 ret = map_create_opts(BPF_MAP_TYPE_HASH_OF_MAPS, "hash_of_maps", in create_hash_of_maps()