// netadapteroffload.h
BOOLEAN NetOffloadIsRscTcpTimestampOptionEnabled(
[_In_] NETOFFLOAD Offload
);
View the official Windows Driver Kit DDI referenceNo description available.
The NetOffloadIsRscTcpTimestampOptionEnabled function determines whether a net adapter has RSC offload enabled for timestamp packets.
Offload [_In_]A NETOFFLOAD object that represents the net adapter's RSC capabilities.
Returns TRUE if RSC offload is enabled for timestamp packets, or FALSE if it is not.
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.
Receive Segment Coalescing offload