Searched refs:bpf_obj_get_opts (Results 1 – 3 of 3) sorted by relevance
273 struct bpf_obj_get_opts { struct284 LIBBPF_API int bpf_obj_get_opts(const char *pathname, argument285 const struct bpf_obj_get_opts *opts);
358 bpf_obj_get_opts;
592 return bpf_obj_get_opts(pathname, NULL); in bpf_obj_get()595 int bpf_obj_get_opts(const char *pathname, const struct bpf_obj_get_opts *opts) in bpf_obj_get_opts() function601 if (!OPTS_VALID(opts, bpf_obj_get_opts)) in bpf_obj_get_opts()