summaryrefslogtreecommitdiffstats
path: root/sys/netinet/udp_var.h
diff options
context:
space:
mode:
authorwollman <wollman@FreeBSD.org>1996-06-05 17:20:35 +0000
committerwollman <wollman@FreeBSD.org>1996-06-05 17:20:35 +0000
commit63e056d1ae3993d6dc2428823832de6d015f0b53 (patch)
tree2254675cbda3dbf7613056886301773655d45500 /sys/netinet/udp_var.h
parentb5c184c463875356ba7397a0697c0d6846a17f02 (diff)
downloadFreeBSD-src-63e056d1ae3993d6dc2428823832de6d015f0b53.zip
FreeBSD-src-63e056d1ae3993d6dc2428823832de6d015f0b53.tar.gz
Instrument UDP PCB hashing to see how often the hash lookup is effective
for incoming packets.
Diffstat (limited to 'sys/netinet/udp_var.h')
-rw-r--r--sys/netinet/udp_var.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/netinet/udp_var.h b/sys/netinet/udp_var.h
index 0c24818..27da26c 100644
--- a/sys/netinet/udp_var.h
+++ b/sys/netinet/udp_var.h
@@ -31,7 +31,7 @@
* SUCH DAMAGE.
*
* @(#)udp_var.h 8.1 (Berkeley) 6/10/93
- * $Id: udp_var.h,v 1.7 1995/11/16 09:51:07 bde Exp $
+ * $Id: udp_var.h,v 1.8 1995/12/16 02:14:22 bde Exp $
*/
#ifndef _NETINET_UDP_VAR_H_
@@ -66,6 +66,7 @@ struct udpstat {
u_long udps_noportbcast; /* of above, arrived as broadcast */
u_long udps_fullsock; /* not delivered, input socket full */
u_long udpps_pcbcachemiss; /* input packets missing pcb cache */
+ u_long udpps_pcbhashmiss; /* input packets not for hashed pcb */
/* output statistics: */
u_long udps_opackets; /* total output packets */
};
OpenPOWER on IntegriCloud