GetPacketCount
Returns the number of network packets that the pool is capable of storing.
Declaration
virtual kern_return_t GetPacketCount(uint32_t *count);Parameters
- count:
On output, the number of network packets supported by the pool. It is a programmer error to specify
NULLor an invalid pointer for this parameter.
Return Value
kIOReturnSuccess on success, or another value if an error occurred.