We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa2e93b commit c60f2d2Copy full SHA for c60f2d2
kernel/bpf/arraymap.c
@@ -503,6 +503,8 @@ const struct bpf_map_ops array_map_ops = {
503
.map_mmap = array_map_mmap,
504
.map_seq_show_elem = array_map_seq_show_elem,
505
.map_check_btf = array_map_check_btf,
506
+ .map_lookup_batch = generic_map_lookup_batch,
507
+ .map_update_batch = generic_map_update_batch,
508
};
509
510
const struct bpf_map_ops percpu_array_map_ops = {
0 commit comments