Home
last modified time | relevance | path

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

/linux/kernel/bpf/
H A Dconst_fold.c184 if (!bpf_map_is_rdonly(map) || !map->ops->map_direct_value_addr || in const_reg_xfer()
H A Dverifier.c5758 bool bpf_map_is_rdonly(const struct bpf_map *map) in bpf_map_is_rdonly() function
6308 bpf_map_is_rdonly(map) && in check_map_mem_read()
8541 if (!bpf_map_is_rdonly(map)) { in check_arg_const_str()
/linux/include/linux/
H A Dbpf_verifier.h1293 bool bpf_map_is_rdonly(const struct bpf_map *map);