mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-28 11:57:28 +00:00
add spdcachelookup and spdcachemiss to our version of struct ipsecstat so
netstat works properly Submitted by: "Bjoern A. Zeeb" <bzeeb+freebsd@zabbadoz.net>
This commit is contained in:
parent
ab27179eb9
commit
6fd91c14d6
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=125098
@ -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 */
|
||||
|
Loading…
Reference in New Issue
Block a user