Home
last modified time | relevance | path

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

/linux/kernel/bpf/
H A Dsyscall.c71 static const struct bpf_map_ops * const bpf_map_types[] = { variable
1436 if (map_type >= ARRAY_SIZE(bpf_map_types)) { in map_create_alloc()
1440 map_type = array_index_nospec(map_type, ARRAY_SIZE(bpf_map_types)); in map_create_alloc()
1441 ops = bpf_map_types[map_type]; in map_create_alloc()