NetOffloadIsRscTcpTimestampOptionEnabled - NtDoc

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

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

NtDoc

No description available.

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

Description

The NetOffloadIsRscTcpTimestampOptionEnabled function determines whether a net adapter has RSC offload enabled for timestamp 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 timestamp 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 timestamp packets.

See also

Receive Segment Coalescing offload

EvtNetAdapterOffloadSetRsc