Home
last modified time | relevance | path

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

/Linux-v6.6/kernel/bpf/
Dmap_iter.c176 PTR_TO_BUF | PTR_MAYBE_NULL | MEM_RDONLY },
178 PTR_TO_BUF | PTR_MAYBE_NULL },
Dverifier.c618 [PTR_TO_BUF] = "buf", in reg_type_str()
4210 case PTR_TO_BUF: in is_spillable_regtype()
6642 } else if (base_type(reg->type) == PTR_TO_BUF) { in check_mem_access()
6984 case PTR_TO_BUF: in check_helper_mem_access()
7717 PTR_TO_BUF,
7998 case PTR_TO_BUF: in check_func_arg_reg_off()
7999 case PTR_TO_BUF | MEM_RDONLY: in check_func_arg_reg_off()
15602 case PTR_TO_BUF: in regsafe()
Dbtf.c6034 if (ctx_arg_info->offset == off && type == PTR_TO_BUF && in btf_ctx_access()
/Linux-v6.6/net/core/
Dbpf_sk_storage.c919 PTR_TO_BUF | PTR_MAYBE_NULL },
Dsock_map.c1703 PTR_TO_BUF | PTR_MAYBE_NULL | MEM_RDONLY },
/Linux-v6.6/include/linux/
Dbpf.h866 PTR_TO_BUF, /* reg points to a read/write buffer */ enumerator