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 06173267c6 af-packet: kernel bypass implementation
This patch implements bypass capability for af-packet.

The filter only bypass TCP and UDP in IPv4 and IPv6. It don't
don't bypass IPv6 with extended headers.

This patch also introduces a bypassed flow manager that takes
care of timeouting the bypassed flows. It uses a 60 sec
timeout on flow. As they are supposed to be active we can
try that. If they are not active then we don't care to get them
back in Suricata.
9 years ago
..
Makefile.am af-packet: kernel bypass implementation 9 years ago
bpf_helpers.h af-packet: add support for eBPF cluster and filter 9 years ago
bypass_filter.c af-packet: kernel bypass implementation 9 years ago
filter.c af-packet: add support for eBPF cluster and filter 9 years ago
lb.c af-packet: add support for eBPF cluster and filter 9 years ago