Home
last modified time | relevance | path

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

/third_party/libbpf/src/
Dbpf.h301 struct bpf_obj_get_opts { struct
312 LIBBPF_API int bpf_obj_get_opts(const char *pathname, argument
313 const struct bpf_obj_get_opts *opts);
Dlibbpf.map358 bpf_obj_get_opts;
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()