Lines Matching refs:bpf_object
124 static int codegen_datasec_def(struct bpf_object *obj, in codegen_datasec_def()
245 static int codegen_datasecs(struct bpf_object *obj, const char *obj_name) in codegen_datasecs()
295 static int codegen_subskel_datasecs(struct bpf_object *obj, const char *obj_name) in codegen_subskel_datasecs()
468 static void codegen_asserts(struct bpf_object *obj, const char *obj_name) in codegen_asserts()
533 static void codegen_attach_detach(struct bpf_object *obj, const char *obj_name) in codegen_attach_detach()
615 static void codegen_destroy(struct bpf_object *obj, const char *obj_name) in codegen_destroy()
659 static int gen_trace(struct bpf_object *obj, const char *obj_name, const char *header_guard) in gen_trace()
819 codegen_maps_skeleton(struct bpf_object *obj, size_t map_cnt, bool mmaped) in codegen_maps_skeleton()
864 codegen_progs_skeleton(struct bpf_object *obj, size_t prog_cnt, bool populate_links) in codegen_progs_skeleton()
913 struct bpf_object *obj = NULL; in do_skeleton()
1283 struct bpf_object *obj = NULL; in do_subskeleton()