Lines Matching defs:func_proto
174 const struct btf_type *func_proto, void *stub_func_addr,
208 nargs = btf_type_vlen(func_proto);
218 args = btf_params(func_proto);
254 offset = btf_ctx_arg_offset(btf, func_proto, arg_no);
262 pr_warn("arg#%u type in stub function %s does not match with its original func_proto\n",
393 const struct btf_type *func_proto, *ret_type;
420 func_proto = btf_type_resolve_func_ptr(btf,
427 if (!func_proto || bpf_struct_ops_supported(st_ops, moff))
430 if (func_proto->type) {
431 ret_type = btf_type_resolve_ptr(btf, func_proto->type, NULL);
441 func_proto, mname,
451 func_proto, stub_func_addr,