NET_ADAPTER_RECEIVE_SCALING_HASH_SECRET_KEY - NtDoc

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

typedef struct _NET_ADAPTER_RECEIVE_SCALING_HASH_SECRET_KEY {
  UINT8  *Key;
  SIZE_T Length;
} NET_ADAPTER_RECEIVE_SCALING_HASH_SECRET_KEY;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-netreceivescaling-_net_adapter_receive_scaling_hash_secret_key)

_NET_ADAPTER_RECEIVE_SCALING_HASH_SECRET_KEY structure

Description

The NET_ADAPTER_RECEIVE_SCALING_HASH_SECRET_KEY structure contains secret key data to verify RSS hash calculations.

Members

Key

The secret key. This member is 40 bytes (320 bits) for the NetAdapterReceiveScalingHashTypeToeplitz hash function.

Length

The length, in bytes, of Key.

Remarks

NetAdapterCx provides the secret key to NIC client drivers when it invokes the EvtNetAdapterReceiveScalingSetHashSecretKey callback function. The NIC then uses this secret key to verify its calculations for the RSS hash function.

See also

NetAdapterCx Receive Side Scaling

NET_ADAPTER_RECEIVE_SCALING_HASH_TYPE