Skip to content

Libbpf userspace function bpf_link__pin_path

0.0.8

Get the pin path of a BPF link.

Definition

const char *bpf_link__pin_path(const struct bpf_link *link);

Parameters

  • link: Pointer to the BPF link.

Return

Pin path of the BPF link. NULL on error.

Usage

Docs could be improved

This part of the docs is incomplete, contributions are very welcome

Example

Docs could be improved

This part of the docs is incomplete, contributions are very welcome