Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/kernel/bpf/
H A Darraymap.c662 .map_direct_value_meta = array_map_direct_value_meta,
H A Dsyscall.c3316 if (!map->ops->map_direct_value_meta) in bpf_map_from_imm()
3318 if (!map->ops->map_direct_value_meta(map, addr, off)) { in bpf_map_from_imm()
/OK3568_Linux_fs/kernel/include/linux/
H A Dbpf.h105 int (*map_direct_value_meta)(const struct bpf_map *map, member