CVSROOT: /cvs Module name: src Changes by: [email protected] 2018/07/10 05:34:12
Modified files:
sys/netinet : in.h ip_esp.c ip_input.c ip_ipsp.h
ipsec_input.c
Log message:
Introduce new IPsec (per-CPU) statistics and refactor ESP input
callbacks to be able to count dropped packet.
Having more generic statistics will help troubleshooting problems
with specific tunnels. Per-TDB counters are coming once all the
refactoring bits are in.
ok markus@
