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/ebpf/aya-ebpf/src
Aurélien DEROIDE 14e7f68253 aya-ebpf: Add BPF_F_ADJ_ROOM_ENCAP_L2 "macro"
This function is needed to properly add a L2 header when using `bpf_skb_adjust_room` [1].
As it is originally a C macro, it isn't automatically generated in the `bindings` cratea

[1]: https://docs.ebpf.io/linux/helper-function/bpf_skb_adjust_room/
1 month ago
..
btf_maps aya-ebpf: Make use of `Borrow` and `BorrowMut` in map methods 2 months ago
maps Add clippy coverage for doctests 1 month ago
programs perf_event: support hardware breakpoints 1 month ago
args.rs aya-ebpf: reduce duplication 2 months ago
bindings.rs aya-ebpf: reduce duplication 2 months ago
helpers.rs Add clippy coverage for doctests 1 month ago
lib.rs aya-ebpf: Add BPF_F_ADJ_ROOM_ENCAP_L2 "macro" 1 month ago