Libbpf userspace function bpf_object__open_subskeleton
Open a sub-skeleton.
Definition
int bpf_object__open_subskeleton(struct bpf_object_subskeleton *s);
Usage
This function is typically not called directly but rather via a <name>__open
that is generated by bpftool gen subskeleton
Example
Docs could be improved
This part of the docs is incomplete, contributions are very welcome