Searched refs:func_proto (Results 1 - 2 of 2) sorted by relevance
/device/soc/rockchip/common/sdk_linux/kernel/bpf/ |
H A D | verifier.c | 8554 const struct btf_type *type, *func_proto, *ret_type;
in check_btf_func() local 8646 func_proto = btf_type_by_id(btf, type->type);
in check_btf_func() 8647 if (unlikely(!func_proto || !btf_type_is_func_proto(func_proto))) {
in check_btf_func() 8651 ret_type = btf_type_skip_modifiers(btf, func_proto->type, NULL);
in check_btf_func() 11742 const struct btf_type *t, *func_proto;
in check_struct_ops_btf_id() local 11770 func_proto = btf_type_resolve_func_ptr(btf_vmlinux, member->type, NULL);
in check_struct_ops_btf_id() 11771 if (!func_proto) {
in check_struct_ops_btf_id() 11784 prog->aux->attach_func_proto = func_proto;
in check_struct_ops_btf_id()
|
/device/soc/rockchip/common/sdk_linux/include/linux/ |
H A D | bpf.h | 1436 int btf_distill_func_proto(struct bpf_verifier_log *log, struct btf *btf, const struct btf_type *func_proto,
|
Completed in 20 milliseconds