NET_FRAGMENT_MDL - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// mdltypes.h

typedef struct _NET_FRAGMENT_MDL {
  MDL *Mdl;
} NET_FRAGMENT_MDL;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-mdltypes-_net_fragment_mdl)

NET_FRAGMENT_MDL structure

Description

The NET_FRAGMENT_MDL structure contains DMA MDL information for a NET_FRAGMENT.

Members

Mdl

For 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.

Remarks

To obtain this structure, call NetExtensionGetFragmentMdl.

See also

Packet descriptors and extensions

NET_FRAGMENT

NetExtensionGetFragmentMdl