NetOffloadIsTcpRscIPv4Enabled - NtDoc

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

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

NtDoc

No description available.

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

Description

The NetOffloadIsTcpRscIPv4Enabled function determines whether a net adapter has RSC offload enabled for IPv4 packets.

Parameters

Offload [_In_]

A NETOFFLOAD object that represents the net adapter's RSC capabilities.

Return value

Returns TRUE if RSC offload is enabled for IPv4 packets, or FALSE if it is not.

Remarks

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

See also

Receive Segment Coalescing offload

EvtNetAdapterOffloadSetRsc