Home
last modified time | relevance | path

Searched refs:bpf_obj_get_opts (Results 1 - 2 of 2) sorted by relevance

/third_party/libbpf/src/
H A Dbpf.h301 struct bpf_obj_get_opts { struct
312 LIBBPF_API int bpf_obj_get_opts(const char *pathname,
313 const struct bpf_obj_get_opts *opts);
H A Dbpf.c601 return bpf_obj_get_opts(pathname, NULL); in bpf_obj_get()
604 int bpf_obj_get_opts(const char *pathname, const struct bpf_obj_get_opts *opts) in bpf_obj_get_opts() function
610 if (!OPTS_VALID(opts, bpf_obj_get_opts)) in bpf_obj_get_opts()

Completed in 4 milliseconds