Searched refs:bpf_obj_get_opts (Results 1 – 4 of 4) sorted by relevance
39 LIBBPF_OPTS(bpf_obj_get_opts, get_opts); in bpf_obj_pinning_detached()89 map_fd2 = bpf_obj_get_opts(map_name, &get_opts); in bpf_obj_pinning_detached()186 LIBBPF_OPTS(bpf_obj_get_opts, get_opts); in validate_get()219 map_fd2 = bpf_obj_get_opts(pin_path, &get_opts); in validate_get()
319 struct bpf_obj_get_opts { struct330 LIBBPF_API int bpf_obj_get_opts(const char *pathname, argument331 const struct bpf_obj_get_opts *opts);
356 bpf_obj_get_opts;
609 return bpf_obj_get_opts(pathname, NULL); in bpf_obj_get()612 int bpf_obj_get_opts(const char *pathname, const struct bpf_obj_get_opts *opts) in bpf_obj_get_opts() function618 if (!OPTS_VALID(opts, bpf_obj_get_opts)) in bpf_obj_get_opts()