Skip to content

Helper function bpf_ringbuf_discard_dynptr

v5.19

Definition

Copyright (c) 2015 The Libbpf Authors. All rights reserved.

Discard reserved ring buffer sample through the dynptr interface. This is a no-op if the dynptr is invalid/null.

For more information on flags, please see 'bpf_ringbuf_discard'.

Returns

Nothing. Always succeeds.

static void (* const bpf_ringbuf_discard_dynptr)(struct bpf_dynptr *ptr, __u64 flags) = (void *) 200;

Usage

Docs could be improved

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

Program types

This helper call can be used in the following program types:

Example

Docs could be improved

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