ICMPV6_PLD_MAXLEN
if (m->m_pkthdr.len >= ICMPV6_PLD_MAXLEN)
m_adj(m, ICMPV6_PLD_MAXLEN - m->m_pkthdr.len);
icmp_len = ICMPV6_PLD_MAXLEN;