K 10 svn:author V 3 mav K 8 svn:date V 27 2017-02-13T20:36:28.226115Z K 7 svn:log V 298 Remove M_PKTHDR from m_getm2() in icl_pdu_append_data(). ip_data_mbuf is always appended to ip_bhs_mbuf, so it does not need own packet header. This change first avoids allocation/initialization of the header, and then avoids dropping one when it later gets to socket buffer. MFC after: 2 weeks END