NET_BUFFER_LIST_SET_HASH_VALUE macro (ndis/nblhash.h)
The NET_BUFFER_LIST_SET_HASH_VALUE macro sets the hash value information in a NET_BUFFER_LIST structure.
Syntax
void NET_BUFFER_LIST_SET_HASH_VALUE(
_NBL,
_HashValue
);
Parameters
_NBL
A pointer to a NET_BUFFER_LIST structure.
_HashValue
The hash value, which is formatted as a ULONG.
Return value
None
Remarks
For more information about the hash value, see RSS Hashing Functions
Requirements
Requirement | Value |
---|---|
Minimum supported client | Supported in NDIS 6.30 and later. |
Target Platform | Universal |
Header | ndis/nblhash.h (include ndis.h) |