K 10 svn:author V 7 glebius K 8 svn:date V 27 2015-02-23T18:57:09.824285Z K 7 svn:log V 215 A lot of current code in network stack expects mbufs not having m_nextpkt pointer, assuming that if there is one, then this is a packet batch. Thus, mbufq_dequeue() needs to clear it on mbuf that is being returned. END