MPPC_HDRLEN
M_PREPEND(m, MPPC_HDRLEN, M_NOWAIT);
if (m->m_pkthdr.len < MPPC_HDRLEN) {
m_adj(m, MPPC_HDRLEN);