bpf_map_types 44 kernel/bpf/syscall.c static const struct bpf_map_ops * const bpf_map_types[] = { bpf_map_types 107 kernel/bpf/syscall.c if (type >= ARRAY_SIZE(bpf_map_types)) bpf_map_types 109 kernel/bpf/syscall.c type = array_index_nospec(type, ARRAY_SIZE(bpf_map_types)); bpf_map_types 110 kernel/bpf/syscall.c ops = bpf_map_types[type];