Skip to content

Libbpf userspace function bpf_object__destroy_subskeleton

0.8.0

Destroy a sub-skeleton.

Definition

void bpf_object__destroy_subskeleton(struct bpf_object_subskeleton *s);

Usage

This function destroys the resources associated with a sub-skeleton. It does not detach programs.

Example

Docs could be improved

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