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
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
..
aya-bpf bpf: add support for BPF_PROG_TYPE_CGROUP_SKB programs 4 years ago
aya-bpf-bindings bpf: generate bindings for SOL_SOCKET and SO_* socket options 4 years ago
aya-bpf-cty bpf: initial bpf bindings 4 years ago
aya-bpf-macros bpf: add support for BPF_PROG_TYPE_CGROUP_SKB programs 4 years ago
Cargo.toml bpf: add aya-bpf-bindings 4 years ago