// mdltypes.h
typedef struct _NET_FRAGMENT_MDL {
MDL *Mdl;
} NET_FRAGMENT_MDL;
View the official Windows Driver Kit DDI referenceNo description available.
The NET_FRAGMENT_MDL structure contains DMA MDL information for a NET_FRAGMENT.
MdlFor transmit queues, a pointer to an MDL to be used for scatter/gather DMA.
For receive queues, this member is not used.
Do not modify this value.
To obtain this structure, call NetExtensionGetFragmentMdl.
Packet descriptors and extensions