freebsd-src/sys/netpfil
Kristof Provost 2be6f75707 pflow: Turn `pflowstats' statistics counters into per-CPU counters to make them mpsafe.
The weird interactions around `pflow_flows' and `sc_gcounter' replaced
by simple `pflow_flows' increment. Since the flow sequence is the 32
bits integer, the `sc_gcounter' type replaced by the type of uint32_t.

Obtained from:	OpenBSD
Sponsored by:	Rubicon Communications, LLC ("Netgate")
Differential Revision:	https://reviews.freebsd.org/D43116
2024-01-16 09:45:55 +01:00
..
ipfilter/netinet netpfil: Fix typo (triple S) 2023-12-27 20:24:32 -07:00
ipfw ipfw(4): Fix a typo in a source code comment 2023-12-27 09:38:43 +01:00
pf pflow: Turn `pflowstats' statistics counters into per-CPU counters to make them mpsafe. 2024-01-16 09:45:55 +01:00