HomeFreeBSD

When allocating temporary storage to hold a TCP/IP packet header

Description

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

Details

Provenance
rwatsonAuthored on Jun 2 2008, 2:20 PM
Parents
rGa147e6cadf7e: Push down the major/minor conversion for pts/%u to improve consistency.
Branches
Unknown
Tags
Unknown

Event Timeline