aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/netstat/inet.c
diff options
context:
space:
mode:
authorGarrett Wollman <wollman@FreeBSD.org>1996-06-05 17:24:33 +0000
committerGarrett Wollman <wollman@FreeBSD.org>1996-06-05 17:24:33 +0000
commit759b7d75fbdfd1c07a2efb03fb9db82529ee5522 (patch)
tree8dd7ad79b998063d64673413ce00bfa2fcd58fe9 /usr.bin/netstat/inet.c
parentc611d82e64cc4a1054144ee3ca51b749875f10bc (diff)
downloadsrc-759b7d75fbdfd1c07a2efb03fb9db82529ee5522.tar.gz
src-759b7d75fbdfd1c07a2efb03fb9db82529ee5522.zip
Print PCB hash miss statistic.
Notes
Notes: svn path=/head/; revision=16144
Diffstat (limited to 'usr.bin/netstat/inet.c')
-rw-r--r--usr.bin/netstat/inet.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/usr.bin/netstat/inet.c b/usr.bin/netstat/inet.c
index 057f150bb429..304679605d29 100644
--- a/usr.bin/netstat/inet.c
+++ b/usr.bin/netstat/inet.c
@@ -268,6 +268,7 @@ udp_stats(off, name)
p(udps_noport, "\t%lu dropped due to no socket\n");
p(udps_noportbcast, "\t%lu broadcast/multicast datagram%s dropped due to no socket\n");
p(udps_fullsock, "\t%lu dropped due to full socket buffers\n");
+ p(udpps_pcbhashmiss, "\t%lu not for hashed pcb\n");
delivered = udpstat.udps_ipackets -
udpstat.udps_hdrops -
udpstat.udps_badlen -