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.
Go to file
Alessandro Decina 73c48a5029 bpf: add support for BPF_PROG_TYPE_CGROUP_SKB programs
Example:

fn cgroup_skb_egress(skb: SkSkbContext) -> i32 {
    // allow data to go through
    1
}
4 years ago
.github/workflows CI: add build-test github action 4 years ago
aya aya: programs: add support for BPF_PROG_TYPE_CGROUP_SKB programs 4 years ago
aya-gen aya-gen: don't generate doc comments 4 years ago
bpf bpf: add support for BPF_PROG_TYPE_CGROUP_SKB programs 4 years ago
xtask programs: add support for attaching and detaching TC programs 4 years ago
.gitignore Initial commit 4 years ago
Cargo.toml Add aya-gen 4 years ago
LICENSE-APACHE Add license files 4 years ago
LICENSE-MIT Add license files 4 years ago
rustfmt.toml Add rustfmt.toml 4 years ago