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