Home
last modified time | relevance | path

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

/linux/net/core/
H A Dbpf_sk_storage.c911 PTR_TO_BUF | PTR_MAYBE_NULL },
H A Dsock_map.c1958 PTR_TO_BUF | PTR_MAYBE_NULL | MEM_RDONLY },
/linux/kernel/bpf/
H A Dverifier.c3676 case PTR_TO_BUF: in is_spillable_regtype()
6541 } else if (base_type(reg->type) == PTR_TO_BUF && in check_mem_access()
7000 case PTR_TO_BUF: in check_helper_mem_access()
7968 PTR_TO_BUF,
8258 case PTR_TO_BUF: in check_func_arg_reg_off()
8259 case PTR_TO_BUF | MEM_RDONLY: in check_func_arg_reg_off()
13794 case PTR_TO_BUF: in adjust_ptr_min_max_vals()
H A Dbtf.c6952 if (ctx_arg_info->offset == off && type == PTR_TO_BUF && in btf_ctx_access()
/linux/include/linux/
H A Dbpf.h1019 PTR_TO_BUF, /* reg points to a read/write buffer */ enumerator