Home
last modified time | relevance | path

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

/linux-5.19.10/kernel/bpf/
Dmap_in_map.c39 if (inner_map->ops == &array_map_ops) in bpf_map_meta_alloc()
63 if (inner_map->ops == &array_map_ops) { in bpf_map_meta_alloc()
Darraymap.c719 const struct bpf_map_ops array_map_ops = { variable
/linux-5.19.10/include/linux/
Dbpf_types.h83 BPF_MAP_TYPE(BPF_MAP_TYPE_ARRAY, array_map_ops)