NET_BUFFER_LIST_SET_HASH_VALUE - NtDoc

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

void NET_BUFFER_LIST_SET_HASH_VALUE(
  _NBL,
  _HashValue
);
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

NET_BUFFER_LIST_SET_HASH_VALUE macro

Description

The NET_BUFFER_LIST_SET_HASH_VALUE macro sets the hash value information in a NET_BUFFER_LIST structure.

Parameters

_NBL

A pointer to a NET_BUFFER_LIST structure.

_HashValue

The hash value, which is formatted as a ULONG.

Remarks

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

See also

NET_BUFFER_LIST