Home
last modified time | relevance | path

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

/linux-5.19.10/kernel/bpf/
Dsyscall.c60 static const struct bpf_map_ops * const bpf_map_types[] = { variable
117 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()