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/xdp
Tuetuopay d5429db676 bpf: make xdp maps functions safe
Values in those map are small enough to return copied values instead of
reference to values.
2 years ago
..
cpu_map.rs xdp: add support for chained xdp programs in {cpu,dev}map 2 years ago
dev_map.rs bpf: make xdp maps functions safe 2 years ago
dev_map_hash.rs bpf: make xdp maps functions safe 2 years ago
mod.rs bpf: Implement XDP maps 2 years ago
xsk_map.rs bpf: make xdp maps functions safe 2 years ago