Home
last modified time | relevance | path

Searched refs:bpf_object__open_file (Results 1 - 3 of 3) sorted by relevance

/third_party/libbpf/src/
H A Dlibbpf.h196 * @brief **bpf_object__open_file()** creates a bpf_object by opening
206 bpf_object__open_file(const char *path, const struct bpf_object_open_opts *opts);
H A Dlibbpf.c7911 bpf_object__open_file(const char *path, const struct bpf_object_open_opts *opts) function
7923 return bpf_object__open_file(path, NULL);
/third_party/nghttp2/src/
H A Dshrpx_worker.cc922 auto obj = bpf_object__open_file(bpfconf.prog_file.c_str(), nullptr); in create_quic_server_socket()

Completed in 21 milliseconds