NET_BUFFER_LIST_GET_HASH_VALUE - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// nblhash.h

void NET_BUFFER_LIST_GET_HASH_VALUE(
  _NBL
);
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (nf-nblhash-net_buffer_list_get_hash_value)

NET_BUFFER_LIST_GET_HASH_VALUE macro

Description

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

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.

See also

NET_BUFFER_LIST