Searched refs:type_id_visit_fn (Results 1 - 2 of 2) sorted by relevance

/linux-master/tools/lib/bpf/
H A Dlibbpf_internal.h512 typedef int (*type_id_visit_fn)(__u32 *type_id, void *ctx); typedef
514 int btf_type_visit_type_ids(struct btf_type *t, type_id_visit_fn visit, void *ctx);
516 int btf_ext_visit_type_ids(struct btf_ext *btf_ext, type_id_visit_fn visit, void *ctx);
H A Dbtf.c5006 int btf_type_visit_type_ids(struct btf_type *t, type_id_visit_fn visit, void *ctx)
5136 int btf_ext_visit_type_ids(struct btf_ext *btf_ext, type_id_visit_fn visit, void *ctx)

Completed in 89 milliseconds