NET_BUFFER Structure Macros (Compact 2013)
3/26/2014
This section describes the NET_BUFFER structure macros.
In This Section
- NET_BUFFER_CHECKSUM_BIAS
Describes a macro that NDIS drivers use to obtain the ChecksumBias member of a NET_BUFFER structure.
- NET_BUFFER_CURRENT_MDL
Describes a macro that NDIS drivers use to obtain the CurrentMdl member of a NET_BUFFER_DATA structure in a NET_BUFFER structure.
- NET_BUFFER_CURRENT_MDL_OFFSET
Describes a macro that NDIS drivers use to obtain the CurrentMdlOffset member of a NET_BUFFER structure.
- NET_BUFFER_DATA_LENGTH
Describes a macro that NDIS drivers use to obtain the amount of used dataspace in a NET_BUFFER structure.
- NET_BUFFER_DATA_OFFSET
Describes a macro that NDIS drivers use to obtain the current offset from the beginning of the dataspace to the start of the used dataspace in a NET_BUFFER structure.
- NET_BUFFER_FIRST_MDL
Describes a macro that NDIS drivers use to obtain the first MDL in a NET_BUFFER structure.
- NET_BUFFER_MINIPORT_RESERVED
Describes a macro that NDIS drivers use to access the MiniportReserved member of a NET_BUFFER structure.
- NET_BUFFER_NEXT_NB
Describes a macro that NDIS drivers use to obtain a pointer to the next NET_BUFFER structure in a linked list of NET_BUFFER structures.
- NET_BUFFER_PROTOCOL_RESERVED
Describes a macro that NDIS drivers use to obtain the ProtocolReserved member of a NET_BUFFER structure.