Print PCB hash miss statistic.

This commit is contained in:
Garrett Wollman 1996-06-05 17:24:33 +00:00
parent c611d82e64
commit 759b7d75fb

View file

@ -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 -