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/aya-bpf
Hengqi Chen b6402d5a68 aya-bpf/maps: Add skb_output/xdp_output to PerfEventArray
`skb_output` and `xdp_output` are simple wrappers around the existing
`output_at_index` method. With these wrappers, we can easily submit
the raw data blob held by `struct __sk_buff *`/`struct xdp_md *`
to a PerfEventArray.

Signed-off-by: Hengqi Chen <chenhengqi@outlook.com>
3 years ago
..
src aya-bpf/maps: Add skb_output/xdp_output to PerfEventArray 3 years ago
Cargo.toml Change from Rust edition 2018 to 2021 3 years ago
build.rs bpf: Only use never type with rust nightly 3 years ago