ReactOS 0.4.15-dev-7924-g5949c20
_NDISI_PACKET_POOL Struct Reference

#include <buffer.h>

Collaboration diagram for _NDISI_PACKET_POOL:

Public Attributes

NDIS_SPIN_LOCK SpinLock
 
struct _NDIS_PACKETFreeList
 
UINT PacketLength
 
UCHAR Buffer [1]
 

Detailed Description

Definition at line 25 of file buffer.h.

Member Data Documentation

◆ Buffer

UCHAR _NDISI_PACKET_POOL::Buffer[1]

Definition at line 29 of file buffer.h.

◆ FreeList

struct _NDIS_PACKET* _NDISI_PACKET_POOL::FreeList

Definition at line 27 of file buffer.h.

◆ PacketLength

UINT _NDISI_PACKET_POOL::PacketLength

Definition at line 28 of file buffer.h.

◆ SpinLock

NDIS_SPIN_LOCK _NDISI_PACKET_POOL::SpinLock

Definition at line 26 of file buffer.h.


The documentation for this struct was generated from the following file: