You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
aya/bpf
Michal Rostecki c6e1d56684 bpf: Add `load_bytes` method to SKB context
This new method allows to load bytes into the given bytes slice, not
requiring to alloate the memory on stack. It can be used with
PerCpuArrays.

Example:

https://github.com/vadorovsky/aya-examples/blob/main/tc-bytes/tc-bytes-ebpf/src/main.rs

Signed-off-by: Michal Rostecki <vadorovsky@gmail.com>
2 years ago
..
aya-bpf bpf: Add `load_bytes` method to SKB context 2 years ago
aya-bpf-bindings bpf: re-reun build.rs if env changed 2 years ago
aya-bpf-cty bpf: re-reun build.rs if env changed 2 years ago
aya-bpf-macros bpf: Implement BPF_PROG_TYPE_CGROUP_SOCK 2 years ago
Cargo.toml bpf: add aya-bpf-bindings 4 years ago
rustfmt.toml test: Replace RTF with Rust 2 years ago