Home
last modified time | relevance | path

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

/linux/net/core/
H A Dbpf_sk_storage.c909 PTR_TO_BUF | PTR_MAYBE_NULL },
H A Dsock_map.c1980 PTR_TO_BUF | PTR_MAYBE_NULL | MEM_RDONLY },
/linux/kernel/bpf/
H A Dlog.c421 [PTR_TO_BUF] = "buf", in reg_type_str()
H A Dstates.c613 case PTR_TO_BUF: in regsafe()
H A Dverifier.c6519 } else if (base_type(reg->type) == PTR_TO_BUF && in check_mem_access()
6994 case PTR_TO_BUF: in check_helper_mem_access()
8112 PTR_TO_BUF,
8474 case PTR_TO_BUF: in __check_func_arg_reg_off()
8475 case PTR_TO_BUF | MEM_RDONLY: in __check_func_arg_reg_off()
14504 case PTR_TO_BUF: in adjust_ptr_min_max_vals()
H A Dbtf.c6970 (type == PTR_TO_BUF && (flag & PTR_MAYBE_NULL)))) { in btf_ctx_access()
/linux/include/linux/
H A Dbpf.h1078 PTR_TO_BUF, /* reg points to a read/write buffer */ enumerator