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.
suricata/ebpf
Vincent Li 64d12aacc8 ebpf: Update eBPF map to BTF defined map
legacy map definition is removed from libbpf1.0+.
update the legacy map definition to BTF defined map.

Distros with < libbpf1.0 (0.5, 0.6, 0.7, 0.8) bpf_helpers.h
support BTF map definition, this change does not break
old libbpf and support new libpbf1.0+.

Bug: #6250

Signed-off-by: Vincent Li <vincent.mc.li@gmail.com>
Co-authored-by: Victor Julien <vjulien@oisf.net>
10 months ago
..
include/linux
Makefile.am ebpf: Update eBPF map to BTF defined map 10 months ago
bypass_filter.c ebpf: Update eBPF map to BTF defined map 10 months ago
filter.c ebpf: Update eBPF map to BTF defined map 10 months ago
hash_func01.h
lb.c ebpf: Update eBPF map to BTF defined map 10 months ago
llvm_bpfload.h ebpf: Update eBPF map to BTF defined map 10 months ago
vlan_filter.c ebpf: Update eBPF map to BTF defined map 10 months ago
xdp_filter.c ebpf: Update eBPF map to BTF defined map 10 months ago
xdp_lb.c ebpf: Update eBPF map to BTF defined map 10 months ago