Searched refs:newPacket (Results 1 - 1 of 1) sorted by relevance

/macosx-10.9.5/IONetworkingFamily-100/
H A DIOMbufMemoryCursor.cpp192 mbuf_t newPacket; // output mbuf chain. local
205 if(mbuf_get(MBUF_DONTWAIT, MT_DATA, &newPacket))
212 out = newPacket;
312 // mbuf linked to newPacket. The sum can be smaller than
315 coalesceSegments(packet, newPacket);
319 // coalesceSegments() has already freed the mbufs that it coalesced into the newPacket chain.
320 // It also hooked the remaining chain pointed to by "in" to the end of the newPacket chain.
325 mbuf_setnext(packet, newPacket);
332 mbuf_freem(newPacket);

Completed in 89 milliseconds