// nblhash.h
EXTERN_C_START VOID NET_BUFFER_LIST_SET_HASH_TYPE(
NET_BUFFER_LIST *Nbl,
ULONG HashType
);
View the official Windows Driver Kit DDI referenceNo description available.
The NET_BUFFER_LIST_SET_HASH_TYPE macro sets the hash type information in a NET_BUFFER_LIST structure.
NblA pointer to a NET_BUFFER_LIST structure.
HashTypeThe hash type.
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.