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
Eric Leblond dfe5785bfa ebpf: avoid need of 32 bit header
Compilation of xdp_lb.c was failing in some case with the following
error:

/usr/include/x86_64-linux-gnu/gnu/stubs.h:7:11: fatal error: 'gnu/stubs-32.h' file not found

This patch add some define to be able to skip recursive inclusion of
header files leading to the problem.
4 years ago
..
include/linux
Makefile.am ebpf: make sure 'make dist' include eBPF files 5 years ago
bpf_helpers.h
bypass_filter.c
filter.c
hash_func01.h
lb.c
vlan_filter.c
xdp_filter.c
xdp_lb.c ebpf: avoid need of 32 bit header 4 years ago