aboutsummaryrefslogtreecommitdiff
path: root/sys/net
diff options
context:
space:
mode:
authorKristof Provost <kp@FreeBSD.org>2023-12-14 13:06:41 +0000
committerKristof Provost <kp@FreeBSD.org>2024-01-16 08:45:55 +0000
commit2be6f75707b489d5505d45b677120d0870b6a066 (patch)
treeb826d484420fa9b28f69ab49a63abd382bd11cf0 /sys/net
parent34276498fae8b41ca1d8944d466cd79aa47fadfb (diff)
Diffstat (limited to 'sys/net')
-rw-r--r--sys/net/pflow.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/net/pflow.h b/sys/net/pflow.h
index 84fcf1327a17..456e3de52ab1 100644
--- a/sys/net/pflow.h
+++ b/sys/net/pflow.h
@@ -244,7 +244,7 @@ struct pflow_softc {
unsigned int sc_maxcount4;
unsigned int sc_maxcount6;
unsigned int sc_maxcount_nat4;
- u_int64_t sc_gcounter;
+ u_int32_t sc_gcounter;
u_int32_t sc_sequence;
struct callout sc_tmo;
struct callout sc_tmo6;