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

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

Completed in 252 milliseconds