Home
last modified time | relevance | path

Searched refs:bpf_obj_get_opts (Results 1 – 3 of 3) sorted by relevance

/linux-6.1.9/tools/lib/bpf/
Dbpf.h273 struct bpf_obj_get_opts { struct
284 LIBBPF_API int bpf_obj_get_opts(const char *pathname, argument
285 const struct bpf_obj_get_opts *opts);
Dlibbpf.map358 bpf_obj_get_opts;
Dbpf.c592 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() function
601 if (!OPTS_VALID(opts, bpf_obj_get_opts)) in bpf_obj_get_opts()