K 10 svn:author V 8 rmacklem K 8 svn:date V 27 2014-08-24T13:03:51.411116Z K 7 svn:log V 246 MFC: r268726 Move the "retry:" label so that the calls to m_pullup() are not done after the call to m_defrag(). This fixes a problem where m_pullup() would prepend an mbuf to the list created by m_defrag() making the chain greater than 32 again. END