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

/linux-master/kernel/bpf/
H A Dsyscall.c64 static const struct bpf_map_ops * const bpf_map_types[] = { variable
1228 if (map_type >= ARRAY_SIZE(bpf_map_types))
1230 map_type = array_index_nospec(map_type, ARRAY_SIZE(bpf_map_types));
1231 ops = bpf_map_types[map_type];

Completed in 113 milliseconds