summaryrefslogtreecommitdiff
path: root/sys/netinet/ip_ahhmacmd5.c
diff options
context:
space:
mode:
authorAngelos D. Keromytis <angelos@cvs.openbsd.org>1997-02-26 03:01:06 +0000
committerAngelos D. Keromytis <angelos@cvs.openbsd.org>1997-02-26 03:01:06 +0000
commit69b5d60558dcb932964f8d6d64517209707041b5 (patch)
tree73e664ba05ea8e4995c8e61d10df026997d9863e /sys/netinet/ip_ahhmacmd5.c
parentaa13b4a3c977c2af183678dc0c96232d8e243c3e (diff)
I/O packet counters for IP-in-IP and AH.
Diffstat (limited to 'sys/netinet/ip_ahhmacmd5.c')
-rw-r--r--sys/netinet/ip_ahhmacmd5.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/netinet/ip_ahhmacmd5.c b/sys/netinet/ip_ahhmacmd5.c
index a8b77e8fb54..764c6678614 100644
--- a/sys/netinet/ip_ahhmacmd5.c
+++ b/sys/netinet/ip_ahhmacmd5.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: ip_ahhmacmd5.c,v 1.4 1997/02/24 14:06:37 niklas Exp $ */
+/* $OpenBSD: ip_ahhmacmd5.c,v 1.5 1997/02/26 03:01:03 angelos Exp $ */
/*
* The author of this code is John Ioannidis, ji@tla.org,
@@ -330,7 +330,7 @@ ahhmacmd5_output(struct mbuf *m, struct sockaddr_encap *gw, struct tdb *tdb, str
MD5_CTX ctx;
int ilen, ohlen;
-
+ ahstat.ahs_output++;
m = m_pullup(m, sizeof (struct ip));
if (m == NULL)
return ENOBUFS;