K 10 svn:author V 7 rwatson K 8 svn:date V 27 2008-06-02T14:20:26.458340Z K 7 svn:log V 225 When allocating temporary storage to hold a TCP/IP packet header template, use an M_TEMP malloc(9) allocation rather than an mbuf with mtod(9) and dtom(9). This eliminates the last use of dtom(9) in TCP. MFC after: 3 weeks END