// nblhash.h
void NET_BUFFER_LIST_GET_HASH_VALUE(
_NBL
);
View the official Windows Driver Kit DDI referenceNo description available.
The NET_BUFFER_LIST_GET_HASH_VALUE macro gets the hash value information from a NET_BUFFER_LIST structure.
_NBLA pointer to a NET_BUFFER_LIST structure.
NET_BUFFER_LIST_GET_HASH_VALUE returns the hash value formatted as a ULONG.
For more information about the hash value, see RSS Hashing Functions.