Add the new `ipsec_exctdb' ipsec(4) counter to count and expose to the
authormvs <mvs@openbsd.org>
Sun, 21 Nov 2021 16:17:48 +0000 (16:17 +0000)
committermvs <mvs@openbsd.org>
Sun, 21 Nov 2021 16:17:48 +0000 (16:17 +0000)
commit6b86e01680a7732de840724727a0f13166129f8a
treec82a51999eab86240a9d3515f85ead382b6dbe78
parentb6c15d9a21627375e3aa5cceca2edd2dd835b05f
Add the new `ipsec_exctdb' ipsec(4) counter to count and expose to the
userland the TDBs which exceeded hard limit.

Also the `ipsec_notdb' counter description in header doesn't math to
netstat(1) description. We never count `ipsec_notdb' and the netstat(1)
description looks more appropriate so it's used to avoid confusion with
the new counter.

ok bluhm@
sys/netinet/ip_ah.c
sys/netinet/ip_esp.c
sys/netinet/ip_ipcomp.c
sys/netinet/ip_ipsp.c
sys/netinet/ip_ipsp.h
usr.bin/netstat/inet.c