btf_type_by_id     57 include/linux/btf.h const struct btf_type *btf_type_by_id(const struct btf *btf, u32 type_id);
btf_type_by_id   1051 kernel/bpf/btf.c 	return btf_type_by_id(btf, *type_id);
btf_type_by_id   1061 kernel/bpf/btf.c 	size_type = btf_type_by_id(btf, size_type_id);
btf_type_by_id   1077 kernel/bpf/btf.c 		size_type = btf_type_by_id(btf, size_type_id);
btf_type_by_id   1613 kernel/bpf/btf.c 	next_type = btf_type_by_id(btf, next_type_id);
btf_type_by_id   1655 kernel/bpf/btf.c 	next_type = btf_type_by_id(btf, next_type_id);
btf_type_by_id   1701 kernel/bpf/btf.c 	next_type = btf_type_by_id(btf, next_type_id);
btf_type_by_id   1935 kernel/bpf/btf.c 	index_type = btf_type_by_id(btf, index_type_id);
btf_type_by_id   1955 kernel/bpf/btf.c 	elem_type = btf_type_by_id(btf, elem_type_id);
btf_type_by_id   2159 kernel/bpf/btf.c 		last_member_type = btf_type_by_id(env->btf,
btf_type_by_id   2175 kernel/bpf/btf.c 		const struct btf_type *member_type = btf_type_by_id(env->btf,
btf_type_by_id   2227 kernel/bpf/btf.c 		const struct btf_type *member_type = btf_type_by_id(btf,
btf_type_by_id   2261 kernel/bpf/btf.c 		const struct btf_type *member_type = btf_type_by_id(btf,
btf_type_by_id   2724 kernel/bpf/btf.c 		const struct btf_type *var_type = btf_type_by_id(env->btf,
btf_type_by_id   2771 kernel/bpf/btf.c 		var = btf_type_by_id(btf, vsi->type);
btf_type_by_id   2806 kernel/bpf/btf.c 		ret_type = btf_type_by_id(btf, ret_type_id);
btf_type_by_id   2845 kernel/bpf/btf.c 		arg_type = btf_type_by_id(btf, arg_type_id);
btf_type_by_id   2887 kernel/bpf/btf.c 	proto_type = btf_type_by_id(btf, t->type);
btf_type_by_id   3075 kernel/bpf/btf.c 		const struct btf_type *t = btf_type_by_id(btf, type_id);
btf_type_by_id   3373 kernel/bpf/btf.c 	const struct btf_type *t = btf_type_by_id(btf, type_id);
btf_type_by_id    562 kernel/bpf/core.c 		type = btf_type_by_id(prog->aux->btf,
btf_type_by_id    514 kernel/bpf/syscall.c 		key_type = btf_type_by_id(btf, 0);
btf_type_by_id   6568 kernel/bpf/verifier.c 		type = btf_type_by_id(btf, krecord[i].type_id);