Home
last modified time | relevance | path

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

/openbmc/linux/kernel/bpf/
H A Dmap_in_map.c35 if (inner_map->ops == &array_map_ops) in bpf_map_meta_alloc()
71 if (inner_map->ops == &array_map_ops) { in bpf_map_meta_alloc()
H A Darraymap.c750 const struct bpf_map_ops array_map_ops = { variable
/openbmc/linux/include/linux/
H A Dbpf_types.h87 BPF_MAP_TYPE(BPF_MAP_TYPE_ARRAY, array_map_ops)