Libxdp function xdp_program__from_pin
Definition
Return the xdp_program
found at the specified path.
Returns
struct xdp_program
on success, or a negative error in case of failure:
Usage
struct xdp_program *xdp_program__from_pin(const char *pin_path);
Example
Docs could be improved
This part of the docs is incomplete, contributions are very welcome