GetPacketBufferPool
Gets the memory buffer that contains the pakcet.
Declaration
virtual kern_return_t GetPacketBufferPool(IOUserNetworkPacketBufferPool **pool) const;Parameters
- pool:
On return, the memory buffer containing the packet.
Return Value
kIOReturnSuccess on success, or another value if an error occurred.