aya/bpf
William Findlay ff14493751
bpf/maps: implement ProgramArray
This PR implements the ProgramArray map type in aya-bpf. Includes a convenient tail_call
method that wraps the bpf_tail_call helper.
..
aya-bpf bpf/maps: implement ProgramArray
aya-bpf-bindings Update libbpf to 19656636a9b9a2de1f71fa3135709295c16701cc
aya-bpf-cty bpf: Fix clippy warnings
aya-bpf-macros Support for fentry and fexit programs
Cargo.toml bpf: add aya-bpf-bindings