// nblhash.h
void NET_BUFFER_LIST_GET_HASH_TYPE(
_NBL
);
View the official Windows Driver Kit DDI referenceNo description available.
The NET_BUFFER_LIST_GET_HASH_TYPE macro gets the hash type information from a NET_BUFFER_LIST structure.
_NBLA pointer to a NET_BUFFER_LIST structure.
NET_BUFFER_LIST_GET_HASH_TYPE returns the hash type of the specified NET_BUFFER_LIST structure.
The hash type is an OR value of valid combinations of the following flags:
For more information about hash types and the valid combinations of these flags, see RSS Hashing Types).
A NIC (or its miniport driver) uses the receive side scaling (RSS) hash type to identify the portion of received network data that is used to calculate an RSS hash value.
For more information about the hash type, see RSS Hashing Types.