Home
last modified time | relevance | path

Searched refs:bpf_object__open_file (Results 1 – 4 of 4) sorted by relevance

/third_party/libbpf/src/
Dlibbpf.map114 bpf_object__open_file;
Dlibbpf.h190 bpf_object__open_file(const char *path, const struct bpf_object_open_opts *opts);
Dlibbpf.c7656 bpf_object__open_file(const char *path, const struct bpf_object_open_opts *opts) function
7668 return bpf_object__open_file(path, NULL);
/third_party/nghttp2/src/
Dshrpx_worker.cc911 auto obj = bpf_object__open_file(bpfconf.prog_file.c_str(), nullptr); in create_quic_server_socket()