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/programs
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
..
mod.rs bpf: add more bindings 4 years ago
probe.rs bpf: add more bindings 4 years ago
sk_msg.rs bpf: improve SkMsgContext API 4 years ago
sk_skb.rs bpf: add support for BPF_PROG_TYPE_CGROUP_SKB programs 4 years ago
sock_ops.rs bpf: improve SockOpsContext API 4 years ago
xdp.rs bpf: add more bindings 4 years ago