Skip to content

Latest commit

 

History

History
79 lines (61 loc) · 2 KB

nf-nblhash-net_buffer_list_get_hash_type.md

File metadata and controls

79 lines (61 loc) · 2 KB
UID title ms.date targetos description tech.root req.assembly req.construct-type req.ddi-compliance req.dll req.header req.idl req.include-header req.irql req.kmdf-ver req.lib req.max-support req.namespace req.redist req.target-min-winverclnt req.target-min-winversvr req.target-type req.type-library req.umdf-ver req.unicode-ansi topic_type api_type api_location api_name f1_keywords dev_langs
NF:nblhash.NET_BUFFER_LIST_GET_HASH_TYPE
NET_BUFFER_LIST_GET_HASH_TYPE
11/30/2020
Windows
The NET_BUFFER_LIST_GET_HASH_TYPE macro gets the hash type information from a NET_BUFFER_LIST structure.
netvista
function
ndis/nblhash.h
ndis.h
Supported in NDIS 6.0 and later.
Universal
apiref
HeaderDef
nblhash.h
NET_BUFFER_LIST_GET_HASH_TYPE
NET_BUFFER_LIST_GET_HASH_TYPE
nblhash/NET_BUFFER_LIST_GET_HASH_TYPE
c++

NET_BUFFER_LIST_GET_HASH_TYPE macro

-description

The NET_BUFFER_LIST_GET_HASH_TYPE macro gets the hash type information from a NET_BUFFER_LIST structure.

-parameters

-param _NBL

A pointer to a NET_BUFFER_LIST structure.

-returns

NET_BUFFER_LIST_GET_HASH_TYPE returns the hash type of the specified NET_BUFFER_LIST structure.

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

  • NDIS_HASH_IPV4
  • NDIS_HASH_TCP_IPV4
  • NDIS_HASH_IPV6
  • NDIS_HASH_TCP_IPV6
  • NDIS_HASH_IPV6_EX
  • NDIS_HASH_TCP_IPV6_EX

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