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/ebpf/aya-ebpf/src/maps
Michal R 1b2c61fcf4 aya-ebpf: Take `c_void` instead of `bpf_map_def` in map helpers
`bpf_map_def` is a legacy map definition. To be able to introduce BTF
map definitions, make the `lookup` and `remove` helpers work with
`c_void` and let the callers cast the map types to it.
1 month ago
..
perf Bump edition to 2024 7 months ago
xdp aya-ebpf: Take `c_void` instead of `bpf_map_def` in map helpers 1 month ago
array.rs aya-ebpf: Take `c_void` instead of `bpf_map_def` in map helpers 1 month ago
bloom_filter.rs chore(aya-ebpf): Rename bpf -> ebpf 2 years ago
hash_map.rs aya-ebpf: Take `c_void` instead of `bpf_map_def` in map helpers 1 month ago
lpm_trie.rs aya-ebpf: Take `c_void` instead of `bpf_map_def` in map helpers 1 month ago
mod.rs chore(aya-ebpf): Rename bpf -> ebpf 2 years ago
per_cpu_array.rs aya-ebpf: Take `c_void` instead of `bpf_map_def` in map helpers 1 month ago
program_array.rs Bump edition to 2024 7 months ago
queue.rs ebpf: add peak() method to Queue and Stack 1 month ago
ring_buf.rs aya-ebpf: add a dedicated generic_const_exprs cfg 5 months ago
sock_hash.rs aya-ebpf: Take `c_void` instead of `bpf_map_def` in map helpers 1 month ago
sock_map.rs aya-ebpf: Take `c_void` instead of `bpf_map_def` in map helpers 1 month ago
stack.rs ebpf: add peak() method to Queue and Stack 1 month ago
stack_trace.rs Bump edition to 2024 7 months ago