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
Thia Wyrod b655cf973f
aya-bpf: remove unnecessary unsafe markers on map functions.
Map lookup and deletion can yield stale keys and values by virtue of
sharing a data structure with userspace programs and other BPF programs
which can modify it. However, all accesses remain perfectly safe and will
not cause memory corruption or data races.
3 years ago
..
maps aya-bpf: remove unnecessary unsafe markers on map functions. 3 years ago
programs aya-bpf: expose xdp_md of XdpContext and add metadata functions. 3 years ago
args.rs aya-bpf: implement argument coercion for pt_regs and BTF programs 3 years ago
helpers.rs Add wrapper and docs for for bpf_get_current_uid_gid 3 years ago
lib.rs aya-bpf: implement argument coercion for pt_regs and BTF programs 3 years ago