NET_BUFFER_LIST_SET_HASH_FUNCTION - NtDoc

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

VOID NET_BUFFER_LIST_SET_HASH_FUNCTION(
  NET_BUFFER_LIST *Nbl,
  ULONG           HashFunction
);
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

NET_BUFFER_LIST_SET_HASH_FUNCTION function

Description

The NET_BUFFER_LIST_SET_HASH_FUNCTION macro sets the hash function information in a NET_BUFFER_LIST structure.

Parameters

Nbl

A pointer to a NET_BUFFER_LIST structure.

HashFunction

The hash function that is used. For more information, see RSS Hashing Functions.

The hash function can be one of the following:

Remarks

A NIC (or its miniport driver) uses the receive side scaling (RSS) hashing function to calculate an RSS hash value.

For more information about the hashing functions, see RSS Hashing Functions.

See also

NET_BUFFER_LIST