Skip to content

Helper function bpf_dynptr_read

v5.19

Definition

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

Read len bytes from src into dst, starting from offset into src. flags is currently unused.

Returns

0 on success, -E2BIG if offset + len exceeds the length of src's data, -EINVAL if src is an invalid dynptr or if flags is not 0.

static long (* const bpf_dynptr_read)(void *dst, __u32 len, const struct bpf_dynptr *src, __u32 offset, __u64 flags) = (void *) 201;

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