Lines Matching refs:fn_proto_t
6868 struct btf_type *fn_t, *fn_proto_t, *t; in clone_func_btf_info() local
6873 fn_proto_t = btf_type_by_id(btf, fn_t->type); in clone_func_btf_info()
6887 ret_type_id = fn_proto_t->type; /* fn_proto_t will be invalidated */ in clone_func_btf_info()
6888 arg_cnt = btf_vlen(fn_proto_t); in clone_func_btf_info()
6907 fn_proto_t = btf_type_by_id(btf, fn_proto_id); in clone_func_btf_info()
6908 p = &btf_params(fn_proto_t)[i]; in clone_func_btf_info()
6937 struct btf_type *fn_t, *fn_proto_t; in bpf_program_fixup_func_info() local
6993 fn_proto_t = btf_type_by_id(btf, fn_t->type); in bpf_program_fixup_func_info()
6994 if (!fn_proto_t || !btf_is_func_proto(fn_proto_t)) in bpf_program_fixup_func_info()
7010 arg_cnt = btf_vlen(fn_proto_t); in bpf_program_fixup_func_info()
7016 p = &btf_params(fn_proto_t)[arg_idx]; in bpf_program_fixup_func_info()
7058 fn_proto_t = btf_type_by_id(btf, fn_t->type); in bpf_program_fixup_func_info()
7061 p = &btf_params(fn_proto_t)[arg_idx]; in bpf_program_fixup_func_info()