1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-26 11:47:31 +00:00
freebsd/sys/netipsec
Andrey V. Elsukov c80211e3cf Prepare network statistics structures for migration to PCPU counters.
Use uint64_t as type for all fields of structures.

Changed structures: ahstat, arpstat, espstat, icmp6_ifstat, icmp6stat,
in6_ifstat, ip6stat, ipcompstat, ipipstat, ipsecstat, mrt6stat, mrtstat,
pfkeystat, pim6stat, pimstat, rip6stat, udpstat.

Discussed with:	arch@
2013-07-09 09:32:06 +00:00
..
ah_var.h Prepare network statistics structures for migration to PCPU counters. 2013-07-09 09:32:06 +00:00
ah.h
esp_var.h Prepare network statistics structures for migration to PCPU counters. 2013-07-09 09:32:06 +00:00
esp.h
ipcomp_var.h Prepare network statistics structures for migration to PCPU counters. 2013-07-09 09:32:06 +00:00
ipcomp.h
ipip_var.h Prepare network statistics structures for migration to PCPU counters. 2013-07-09 09:32:06 +00:00
ipsec6.h Use IPSECSTAT_INC() and IPSEC6STAT_INC() macros for ipsec statistics 2013-06-20 09:55:53 +00:00
ipsec_input.c Use corresponding macros to update statistics for AH, ESP, IPIP, IPCOMP, 2013-06-20 11:44:16 +00:00
ipsec_mbuf.c Use IPSECSTAT_INC() and IPSEC6STAT_INC() macros for ipsec statistics 2013-06-20 09:55:53 +00:00
ipsec_output.c Use corresponding macros to update statistics for AH, ESP, IPIP, IPCOMP, 2013-06-20 11:44:16 +00:00
ipsec.c Use IPSECSTAT_INC() and IPSEC6STAT_INC() macros for ipsec statistics 2013-06-20 09:55:53 +00:00
ipsec.h Prepare network statistics structures for migration to PCPU counters. 2013-07-09 09:32:06 +00:00
key_debug.c
key_debug.h
key_var.h
key.c Use corresponding macros to update statistics for AH, ESP, IPIP, IPCOMP, 2013-06-20 11:44:16 +00:00
key.h
keydb.h
keysock.c Use corresponding macros to update statistics for AH, ESP, IPIP, IPCOMP, 2013-06-20 11:44:16 +00:00
keysock.h Prepare network statistics structures for migration to PCPU counters. 2013-07-09 09:32:06 +00:00
xform_ah.c Use corresponding macros to update statistics for AH, ESP, IPIP, IPCOMP, 2013-06-20 11:44:16 +00:00
xform_esp.c Use corresponding macros to update statistics for AH, ESP, IPIP, IPCOMP, 2013-06-20 11:44:16 +00:00
xform_ipcomp.c Prepare network statistics structures for migration to PCPU counters. 2013-07-09 09:32:06 +00:00
xform_ipip.c Use corresponding macros to update statistics for AH, ESP, IPIP, IPCOMP, 2013-06-20 11:44:16 +00:00
xform_tcp.c
xform.h