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/src/maps
Tuetuopay ad3087d7eb bpf: Update XDP maps implementation
The implementation changed since the original commit was written, and
some mistakes went in:
- missing bpf_redirect_map wrapper
- extra bpf_map_lookup_elem on maps for which it is forbidden
2 years ago
..
perf disallow (some) as conversions 2 years ago
xdp bpf: Update XDP maps implementation 2 years ago
array.rs aya-bpf/maps: Add `get_ptr` and `get_mut_ptr` methods to Array 2 years ago
bloom_filter.rs bpf: Use `then_some` instead of `then(|| [...])` 3 years ago
hash_map.rs bpf: Use `then_some` instead of `then(|| [...])` 3 years ago
lpm_trie.rs aya-bpf/maps: Create LPMTrie with BPF_F_NO_PREALLOC 3 years ago
mod.rs bpf: Implement XDP maps 2 years ago
per_cpu_array.rs bpf: Remove unnecessary Sync bound on PerCpuArray<T> 3 years ago
program_array.rs bpf: Only use never type with rust nightly 3 years ago
queue.rs bpf: Use `then_some` instead of `then(|| [...])` 3 years ago
sock_hash.rs cargo fmt 2 years ago
sock_map.rs bpf: Use `then_some` instead of `then(|| [...])` 3 years ago
stack.rs bpf: Use `then_some` instead of `then(|| [...])` 3 years ago
stack_trace.rs Restore previous check for bpf_get_stackid 3 years ago