Libxdp function xdp_program__find_file
Definition
Return the xdp_program
associated to a filename and section names.
The filename is without the PATH, it will automaticcaly look at LIBXDP_OBJECT_PATH
.
Note
By default, LIBXDP_OBJECT_PATH
is set to /usr/lib/bpf
Note
If you want to use a specific path, you can use xdp_program__open_file
Returns
struct xdp_program
on success, or a negative error in case of failure
Usage
struct xdp_program *xdp_program__find_file(const char *filename, const char *section_name, struct bpf_object_open_opts *opts);
Example
Docs could be improved
This part of the docs is incomplete, contributions are very welcome