Libbpf userspace function user_ring_buffer__free
Frees a ring buffer that was previously created with user_ring_buffer__new
.
Definition
void user_ring_buffer__free(struct user_ring_buffer *rb);
Parameters
rb
: The user ring buffer being freed.
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