Subject: MBUFTRACE
To: None <tech-net@netbsd.org>
From: Pavel Cahyna <pavel@netbsd.org>
List: tech-net
Date: 12/16/2007 10:35:06
Hello,

I am looking at MBUFTRACE and I am curious why ip_input does 
MCLAIM(m, &ip_rx_mowner);
This claims the ownership only of the first mbuf in the chain. Wouldn't it
be better to use m_claimm which claims the whole chain?

Pavel