Home
last modified time | relevance | path

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

/Linux-v6.1/kernel/bpf/
Dmap_iter.c177 PTR_TO_BUF | PTR_MAYBE_NULL | MEM_RDONLY },
179 PTR_TO_BUF | PTR_MAYBE_NULL },
Dverifier.c563 [PTR_TO_BUF] = "buf", in reg_type_str()
2959 case PTR_TO_BUF: in is_spillable_regtype()
4926 } else if (base_type(reg->type) == PTR_TO_BUF) { in check_mem_access()
5238 case PTR_TO_BUF: in check_helper_mem_access()
5683 PTR_TO_BUF,
5855 case PTR_TO_BUF: in check_func_arg_reg_off()
5856 case PTR_TO_BUF | MEM_RDONLY: in check_func_arg_reg_off()
Dbtf.c5467 if (ctx_arg_info->offset == off && type == PTR_TO_BUF && in btf_ctx_access()
/Linux-v6.1/net/core/
Dbpf_sk_storage.c951 PTR_TO_BUF | PTR_MAYBE_NULL },
Dsock_map.c1675 PTR_TO_BUF | PTR_MAYBE_NULL | MEM_RDONLY },
/Linux-v6.1/include/linux/
Dbpf.h658 PTR_TO_BUF, /* reg points to a read/write buffer */ enumerator