K 10 svn:author V 7 rwatson K 8 svn:date V 27 2008-08-01T10:32:11.393308Z K 7 svn:log V 251 Merge r179487 from head to stable/7: 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. END