Libxdp function xdp_program__open_file
Definition
Return the xdp_program
associated to a filename and section names.
The filename can contain the path.
Returns
struct xdp_program
on success, or a negative error in case of failure
Usage
struct xdp_program *xdp_program__open_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