Home
last modified time | relevance | path

Searched refs:PTR_TO_BUF (Results 1 – 7 of 7) sorted by relevance

/linux-6.15/kernel/bpf/
H A Dmap_iter.c176 PTR_TO_BUF | PTR_MAYBE_NULL | MEM_RDONLY },
178 PTR_TO_BUF | PTR_MAYBE_NULL },
H A Dlog.c462 [PTR_TO_BUF] = "buf", in reg_type_str()
H A Dverifier.c4864 case PTR_TO_BUF: in is_spillable_regtype()
7619 } else if (base_type(reg->type) == PTR_TO_BUF) { in check_mem_access()
8078 case PTR_TO_BUF: in check_helper_mem_access()
9028 PTR_TO_BUF,
9310 case PTR_TO_BUF: in check_func_arg_reg_off()
9311 case PTR_TO_BUF | MEM_RDONLY: in check_func_arg_reg_off()
14339 case PTR_TO_BUF: in adjust_ptr_min_max_vals()
18393 case PTR_TO_BUF: in regsafe()
H A Dbtf.c6772 if (ctx_arg_info->offset == off && type == PTR_TO_BUF && in btf_ctx_access()
/linux-6.15/net/core/
H A Dbpf_sk_storage.c907 PTR_TO_BUF | PTR_MAYBE_NULL },
H A Dsock_map.c1948 PTR_TO_BUF | PTR_MAYBE_NULL | MEM_RDONLY },
/linux-6.15/include/linux/
H A Dbpf.h947 PTR_TO_BUF, /* reg points to a read/write buffer */ enumerator