Home
last modified time | relevance | path

Searched refs:type_is_alloc (Results 1 – 3 of 3) sorted by relevance

/linux/kernel/bpf/
H A Dverifier.c4528 !type_is_alloc(reg->type))) in map_kptr_match_type()
6004 if (env->ops->btf_struct_access && !type_is_alloc(reg->type) && atype == BPF_WRITE) { in check_ptr_to_btf_access()
6023 if (type_is_alloc(reg->type) && !type_is_non_owning_ref(reg->type) && in check_ptr_to_btf_access()
8281 …if (meta->func_id == BPF_FUNC_kptr_xchg && type_is_alloc(type) && reg_from_argno(argno) == BPF_REG… in check_reg_type()
8373 strict_type_match, !type_is_alloc(reg->type))) { in check_reg_type()
12059 !type_is_alloc(reg->type)); in process_kf_arg_ptr_to_btf_id()
12500 !type_is_alloc(reg->type))) { in __process_kf_arg_ptr_to_graph_node()
H A Dbtf.c7384 while (type_is_alloc(reg->type)) { in btf_struct_access()
7409 field_name, !type_is_alloc(reg->type)); in btf_struct_access()
7416 if (type_is_alloc(reg->type)) in btf_struct_access()
/linux/include/linux/
H A Dbpf.h4132 static inline bool type_is_alloc(u32 type) in type_is_alloc() function