mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-11-28 04:43:32 +00:00
Print PCB hash miss statistic.
This commit is contained in:
parent
c611d82e64
commit
759b7d75fb
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=16144
@ -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 -
|
||||
|
Loading…
Reference in New Issue
Block a user