CVSROOT: /cvs Module name: src Changes by: s...@cvs.openbsd.org 2025/06/13 01:05:27
Modified files: sys/kern : uipc_mbuf.c Log message: Count m_pool_alloc() failures in mbstat This is the sum of the fail counters of the mbufpl and mcl* pools. This change makes the count visible in netstat -m. The m_drops counter has been unused since 2002. ok bluhm@