// netadapteroffload.h
BOOLEAN NetOffloadIsLsoIPv4Enabled(
[_In_] NETOFFLOAD Offload
);
View the official Windows Driver Kit DDI referenceNo description available.
The NetOffloadIsLsoIPv4Enabled function determines whether a net adapter has large send offload (LSO) enabled for IPv4 packets.
Offload [_In_]A NETOFFLOAD object that represents the net adapter's generic send offload (GSO) capabilities.
Returns TRUE if LSO is enabled for IPv4 packets, or FALSE if it is not.
Client drivers typically call this function during their EVT_NET_ADAPTER_OFFLOAD_SET_GSO callback to test whether an updated set of active GSO capabilities includes LSO for IPv4 packets.
EVT_NET_ADAPTER_OFFLOAD_SET_GSO