Home
last modified time | relevance | path

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

/linux/kernel/bpf/
H A Dmap_in_map.c29 if (inner_map->ops == &array_map_ops || inner_map->ops == &percpu_array_map_ops) in bpf_map_meta_alloc()
64 if (inner_map->ops == &array_map_ops || inner_map->ops == &percpu_array_map_ops) { in bpf_map_meta_alloc()
H A Darraymap.c785 const struct bpf_map_ops array_map_ops = { variable
/linux/include/linux/
H A Dbpf_types.h87 BPF_MAP_TYPE(BPF_MAP_TYPE_ARRAY, array_map_ops)