NET_BUFFER_LIST_SET_HASH_TYPE - NtDoc

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

EXTERN_C_START VOID NET_BUFFER_LIST_SET_HASH_TYPE(
  NET_BUFFER_LIST *Nbl,
  ULONG           HashType
);
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

NET_BUFFER_LIST_SET_HASH_TYPE function

Description

The NET_BUFFER_LIST_SET_HASH_TYPE macro sets the hash type information in a NET_BUFFER_LIST structure.

Parameters

Nbl

A pointer to a NET_BUFFER_LIST structure.

HashType

The hash type.

The hash type is an OR value of valid combinations of the following flags:

For more information about hash types and the valid combinations of these flags, see RSS Hashing Types.

Remarks

A NIC (or its miniport driver) uses the receive side scaling (RSS) hash type to identify the portion of received network data that is used to calculate an RSS hash value.

For more information about the hash type, see RSS Hashing Types.

See also

NET_BUFFER_LIST