Use zero-copy for bpf(4) for faster processing, when not set (the default) packets will not be seen by bpf, which influences the traffic graphs for example.
# sysctl net.bpf.zerocopy_enable=1net.bpf.zerocopy_enable: 0 -> 1
A reboot might be necessary to apply the setting before any services are started. Better to put in Misc -> Tunables so that this survives reboots.