L2TP_COPY_LENGTH
if (m->m_pkthdr.len < L2TP_COPY_LENGTH) {
copy_length = L2TP_COPY_LENGTH;
m_align(m_head, L2TP_COPY_LENGTH + roundup(pad, 4));