CVSROOT: /cvs Module name: src Changes by: [email protected] 2016/04/07 21:13:38
Modified files:
sys/kern : uipc_mbuf.c
sys/sys : mbuf.h
Log message:
add m_purge for freeing a list of mbufs linked via m_nextpkt
this tweaks m_freem so it returns the m_nextpkt from the mbuf it freed,
like how m_free returns the m_next from the mbuf it frees.
ok mpi@
