Searched refs:btf_p (Results 1 – 4 of 4) sorted by relevance
13 const struct btf_type *btf_find_func_proto(const char *func_name, struct btf **btf_p) in btf_find_func_proto() argument18 id = bpf_find_btf_id(func_name, BTF_KIND_FUNC, btf_p); in btf_find_func_proto()23 t = btf_type_by_id(*btf_p, id); in btf_find_func_proto()28 t = btf_type_by_id(*btf_p, t->type); in btf_find_func_proto()34 btf_put(*btf_p); in btf_find_func_proto()
5 struct btf **btf_p);
212 s32 bpf_find_btf_id(const char *name, u32 kind, struct btf **btf_p);
556 s32 bpf_find_btf_id(const char *name, u32 kind, struct btf **btf_p) in bpf_find_btf_id() argument574 *btf_p = btf; in bpf_find_btf_id()590 *btf_p = btf; in bpf_find_btf_id()