// nblhash.h
void NET_BUFFER_LIST_SET_HASH_VALUE(
_NBL,
_HashValue
);
View the official Windows Driver Kit DDI referenceNo description available.
The NET_BUFFER_LIST_SET_HASH_VALUE macro sets the hash value information in a NET_BUFFER_LIST structure.
_NBLA pointer to a NET_BUFFER_LIST structure.
_HashValueThe hash value, which is formatted as a ULONG.
For more information about the hash value, see RSS Hashing Functions