PIO_LEN
if (m->m_pkthdr.len <= PIO_LEN)
if (__predict_false(mlen <= PIO_LEN)) {
if (mlen <= PIO_LEN) {
if (n->m_pkthdr.len <= PIO_LEN)