// nblhash.h
VOID NET_BUFFER_LIST_SET_HASH_FUNCTION(
NET_BUFFER_LIST *Nbl,
ULONG HashFunction
);
View the official Windows Driver Kit DDI referenceNo description available.
The NET_BUFFER_LIST_SET_HASH_FUNCTION macro sets the hash function information in a NET_BUFFER_LIST structure.
NblA pointer to a NET_BUFFER_LIST structure.
HashFunctionThe hash function that is used. For more information, see RSS Hashing Functions.
The hash function can be one of the following:
A NIC (or its miniport driver) uses the receive side scaling (RSS) hashing function to calculate an RSS hash value.
For more information about the hashing functions, see RSS Hashing Functions.