Searched defs:bpf_object_open_opts (Results 1 – 1 of 1) sorted by relevance
73 struct bpf_object_open_opts { struct75 size_t sz;82 const char *object_name;84 bool relaxed_maps;96 const char *pin_root_path;103 const char *kconfig;110 const char *btf_custom_path;151 #define bpf_object_open_opts__last_field kernel_log_level argument166 bpf_object__open_file(const char *path, const struct bpf_object_open_opts *opts); argument