diff options
author | rwatson <rwatson@FreeBSD.org> | 2009-04-12 13:22:33 +0000 |
---|---|---|
committer | rwatson <rwatson@FreeBSD.org> | 2009-04-12 13:22:33 +0000 |
commit | 4801e9aee9baec5543d3d78abf1d7432044173fe (patch) | |
tree | 8468527867e08bef8398c91c078aae786df7c3f8 /sys/ia64 | |
parent | 6958bbf168b98d4b8a70ef9cf01445b28ff778b0 (diff) | |
download | FreeBSD-src-4801e9aee9baec5543d3d78abf1d7432044173fe.zip FreeBSD-src-4801e9aee9baec5543d3d78abf1d7432044173fe.tar.gz |
Update stats in struct icmpstat and icmp6stat using four new
macros: ICMPSTAT_ADD(), ICMPSTAT_INC(), ICMP6STAT_ADD(), and
ICMP6STAT_INC(), rather than directly manipulating the fields
of these structures across the kernel. This will make it
easier to change the implementation of these statistics,
such as using per-CPU versions of the data structures.
In on case, icmp6stat members are manipulated indirectly, by
icmp6_errcount(), and this will require further work to fix
for per-CPU stats.
MFC after: 3 days
Diffstat (limited to 'sys/ia64')
0 files changed, 0 insertions, 0 deletions