diff options
| author | Sam Leffler <sam@FreeBSD.org> | 2004-01-27 17:42:57 +0000 |
|---|---|---|
| committer | Sam Leffler <sam@FreeBSD.org> | 2004-01-27 17:42:57 +0000 |
| commit | 6fd91c14d60d43004354d7163152f80762e3c0ec (patch) | |
| tree | bbdd7a9a449539566363e2ab19599e72d2d39763 /sys | |
| parent | ab27179eb903d657c791211390ab15fb3f4e1681 (diff) | |
Notes
Diffstat (limited to 'sys')
| -rw-r--r-- | sys/netipsec/ipsec.h | 3 |
1 files changed, 3 insertions, 0 deletions
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 */ |
