From 6fd91c14d60d43004354d7163152f80762e3c0ec Mon Sep 17 00:00:00 2001 From: Sam Leffler Date: Tue, 27 Jan 2004 17:42:57 +0000 Subject: add spdcachelookup and spdcachemiss to our version of struct ipsecstat so netstat works properly Submitted by: "Bjoern A. Zeeb" --- sys/netipsec/ipsec.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'sys') diff --git a/sys/netipsec/ipsec.h b/sys/netipsec/ipsec.h index b19b3b9c26e5..c381afd6a15a 100644 --- a/sys/netipsec/ipsec.h +++ b/sys/netipsec/ipsec.h @@ -232,6 +232,9 @@ struct ipsecstat { u_quad_t out_esphist[256]; u_quad_t out_ahhist[256]; u_quad_t out_comphist[256]; + + u_quad_t spdcachelookup; + u_quad_t spdcachemiss; }; /* statistics for ipsec processing */ -- cgit v1.3