Searched refs:bpf_map_types (Results 1 – 1 of 1) sorted by relevance
60 static const struct bpf_map_ops * const bpf_map_types[] = { variable117 if (type >= ARRAY_SIZE(bpf_map_types)) in find_and_alloc_map()119 type = array_index_nospec(type, ARRAY_SIZE(bpf_map_types)); in find_and_alloc_map()120 ops = bpf_map_types[type]; in find_and_alloc_map()