Skip to content

Libbpf userspace function bpf_object__close

0.0.1

closes a BPF object and releases all resources.

Definition

void bpf_object__close(struct bpf_object *obj);

Parameters

  • obj: Pointer to a valid BPF object

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