NetOffloadIsUdpRscEnabled - NtDoc

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

BOOLEAN NetOffloadIsUdpRscEnabled(
  [_In_] NETOFFLOAD Offload
);
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (nf-netadapteroffload-netoffloadisudprscenabled)

Description

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

Parameters

Offload [_In_]

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.

See also

UDP RSC Offload (URO)

EvtNetAdapterOffloadSetRsc