NET_BUFFER_LIST_GET_HASH_VALUE macro (ndis/nblhash.h)

The NET_BUFFER_LIST_GET_HASH_VALUE macro gets the hash value information from a NET_BUFFER_LIST structure.

Syntax

void NET_BUFFER_LIST_GET_HASH_VALUE(
   _NBL
);

Parameters

_NBL

A pointer to a NET_BUFFER_LIST structure.

Return value

NET_BUFFER_LIST_GET_HASH_VALUE returns the hash value formatted as a ULONG.

Remarks

For more information about the hash value, see RSS Hashing Functions.

Requirements

Requirement Value
Minimum supported client Supported in NDIS 6.0 and later.
Target Platform Universal
Header ndis/nblhash.h (include ndis.h)

See also

NET_BUFFER_LIST