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/xtask/src
Tyrone Wu 366c599c20 codegen: cgroup_iter_order NFPROTO* nf_inet_hooks
Adds the following to codegen:
- `bpf_cgroup_iter_order`: used in `bpf_link_info.iter.group.order`
- `NFPROTO_*`: used in `bpf_link_info.netfilter.pf`
- `nf_inet_hooks`: used in `bpf_link_info.netfilter.hooknum`

Include `linux/netfilter.h` in `linux_wrapper.h` for `NFPROTO_*` and
`nf_inet_hooks` to generate.
6 months ago
..
codegen codegen: cgroup_iter_order NFPROTO* nf_inet_hooks 6 months ago
docs.rs chore(aya-ebpf): Rename bpf -> ebpf 1 year ago
lib.rs rustfmt: group_imports = "StdExternalCrate" 2 years ago
main.rs rustfmt: group_imports = "StdExternalCrate" 2 years ago
public_api.rs xtask: allow public-api regen on aarch64-apple-darwin 1 year ago
run.rs integration-test: Fix build.rs output 1 year ago