mirror of https://github.com/OISF/suricata
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.
eBPF has a data type which is a per CPU array. By adding one element to the array it is in fact added to all per CPU arrays in the kernel. This allows to have a lockless structure in the kernel even when doing counter update. In userspace, we need to update the flow bypass code to fetch all elements of the per CPU arrays. |
7 years ago | |
---|---|---|
.. | ||
Makefile.am | ||
bpf_helpers.h | ||
bypass_filter.c | 7 years ago | |
filter.c | ||
lb.c |