NetOffloadIsUsoIPv4Enabled - NtDoc

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

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

NtDoc

No description available.

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

NetOffloadIsUsoIPv4Enabled function

Description

The NetOffloadIsUsoIPv4Enabled function determines whether a net adapter has UDP send offload (USO) enabled for IPv4 packets.

Parameters

Offload [_In_]

A NETOFFLOAD object that represents the net adapter's generic send offload (GSO) capabilities.

Return value

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

Remarks

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 USO for IPv4 packets.

See also

Generic Segmentation Offload

EVT_NET_ADAPTER_OFFLOAD_SET_GSO