NetOffloadIsUdpRscEnabled function (netadapteroffload.h)

The NetOffloadIsUdpRscEnabled function determines whether a network adapter has UDP RSC Offload (URO) enabled.

Syntax

BOOLEAN NetOffloadIsUdpRscEnabled(
  [_In_] NETOFFLOAD Offload
);

Parameters

[_In_] Offload

A NETOFFLOAD object that represents the network adapter's URO capabilities.

Return value

Returns TRUE if URO is enabled. Otherwise, returns FALSE.

Remarks

Client drivers typically call this function during their EvtNetAdapterOffloadSetRsc callback to test whether an updated set of active RSC capabilities includes URO.

Requirements

Requirement Value
Minimum supported client Windows 11, version 24H2
Minimum KMDF version 1.33
Minimum UMDF version 2.33
Header netadapteroffload.h (include netadaptercx.h)
IRQL PASSIVE_LEVEL

See also

UDP RSC Offload (URO)

EvtNetAdapterOffloadSetRsc